Data Analysis Made Easy: Using LLMs to Automate Tedious Tasks | by Jye Sawtell-Rickson | Apr, 2023


A high quality digital art view of a robot in the centre, who is able to do technical coding, write amazing prose and do strategic thinking (author created, with DALL-E).
  • Technical: This category includes some of the most widely seen applications that generally involve coding, including writing code and documentation, cleaning data, answering coding questions, running data analyses and visualising data.
  • Soft: This category covers the soft-skills that are often necessary to be a successful data analyst. AI can help drafting documents to communicate out findings, collecting data requirements from partners and summarising meeting notes.
  • Strategic: Maybe the most valuable part that data analysts can offer is their strategic thinking which can also be enhanced with AI. These include brainstorming what analyses to run, creating broad understanding frameworks, improving and iterating on your analytical approach and as a general thought-partner.

A Technical Wizard

  • Read in csv files and display examples: “df = pd.read_csv("filename.csv") df.head()
  • Identify columns of interest and explore: e.g. “Group the data by Artist and check the count of songs by each artist. df.groupby('Artist')['song name'].count()
  • Create plots: e.g. “Create a histogram of the danceability column to see the distribution. plt.hist(df['danceability'], bins=20)

A Soft Approach from AI

The Grand Command


A high quality digital art view of a robot in the centre, who is able to do technical coding, write amazing prose and do strategic thinking (author created, with DALL-E).
  • Technical: This category includes some of the most widely seen applications that generally involve coding, including writing code and documentation, cleaning data, answering coding questions, running data analyses and visualising data.
  • Soft: This category covers the soft-skills that are often necessary to be a successful data analyst. AI can help drafting documents to communicate out findings, collecting data requirements from partners and summarising meeting notes.
  • Strategic: Maybe the most valuable part that data analysts can offer is their strategic thinking which can also be enhanced with AI. These include brainstorming what analyses to run, creating broad understanding frameworks, improving and iterating on your analytical approach and as a general thought-partner.

A Technical Wizard

  • Read in csv files and display examples: “df = pd.read_csv("filename.csv") df.head()
  • Identify columns of interest and explore: e.g. “Group the data by Artist and check the count of songs by each artist. df.groupby('Artist')['song name'].count()
  • Create plots: e.g. “Create a histogram of the danceability column to see the distribution. plt.hist(df['danceability'], bins=20)

A Soft Approach from AI

The Grand Command

FOLLOW US ON GOOGLE NEWS

Read original article here

Denial of responsibility! Techno Blender is an automatic aggregator of the all world’s media. In each content, the hyperlink to the primary source is specified. All trademarks belong to their rightful owners, all materials to their authors. If you are the owner of the content and do not want us to publish your materials, please contact us by email – admin@technoblender.com. The content will be deleted within 24 hours.
Ai NewsanalysisAprAutomateDataEasyJyelatest newsLLMsSawtellRicksonTasksTech Newstedious
Comments (0)
Add Comment