Introduction to Pandas and Seaborn (Pokemon Dataset Part 1)

Posted on Tue 17 July 2018 in posts • Tagged with python, pandas, seaborn

In this post, we'll take a look at the Pokemon dataset that is available in Kaggle and we'll try to have fun practicing data analysis and visualization using Pandas and Seaborn. We won't be doing some advanced analysis, just a simple analysis such as counting, filtering, cleaning the data, and some basic plotting techniquesΒΆ

Continue reading