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

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

[ad_1]

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

[ad_2]
Source link

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *