Teach Yourself Data Analysis in Python using PandasAI
GenAI to the Rescue!
Are you an aspiring Data Analyst on the ‘Self-Taught’ path? It can be quite a frustrating path to follow. The biggest frustration for me when I set out on this journey was the coding part.
Picking up Python first, and then the various Data Analysis packages (Pandas, Numpy), and then the Visualisation Packages(Matplotlib, Seaborn, Dash, Plotly, and the list goes on!) and then troubleshooting the error messages!
Sometimes the journey was very rewarding, when I successfully built a graph, with custom colour palette and rotated axes and what not! But at times it was super frustratiing, especially, when even after a day of rigorous troubleshooting, I could not stop the legend from overlapping with the chart itself.
A Modern Solution: PandasAI
After struggling for a few months, I got good enough at Data Analysis, choice of graph for the data insight I wanted, and building a Data Story😁.