Many benchmarks show the model's intelligence and reasoning improve, and yes, that may be true. However, I need to see it applied in Data Analysis, as I will likely use it.
To achieve this, we must divide Data Analysis into multiple parts, as we did in Data Science, starting with Data Exploration and progressing to Modeling.
In this comprehensive article, we will go through every stage of Data Science in detail.
If you want to follow this news, contact us and series, and consider being a paid subscriber to our substack.
Series
Weekly AI Pulse: Get the latest updates as you read this.
LearnAI Series: Learn AI with our unique GPT and empower with this series.
Job Hunt Series: Discover freelance opportunities on Upwork here.
GPT’s
2023–2024 NBA Player Stats
We will use this dataset from Kaggle; here is the link. This dataset contains information on player statistics for the 2023–2024 NBA playoffs.
To do that, you can use one of our pre-defined custom functions; check, please.
df.head()
Here is the output.
As you can see from the output, the dataset contains several columns, which gives us a good starting point. However, let’s stop and give GPT-o1 a chance to perform these steps for us.