Comparing Pokemon with Plotly Polar Chart (Pokemon Dataset Part 3)

Posted on Thu 19 July 2018 in posts • Tagged with pandas, plotly

In this tutorial, we'll try to do data visualization using Plotly. Plotly, just like Seaborn and Matplotlib is another Python library to make graphs or charts, it can make interactive, publication-quality graphs online. We are using the Pokemon dataset that have been cleaned beforehand.

Table of Content

Continue reading

Selecting and Filtering Data (Pokemon Dataset Part 2)

Posted on Wed 18 July 2018 in posts • Tagged with pandas

In this post, we'll still use the Pokemon dataset (cleaned version), but we'll focus on filtering and selecting data, two really important things that we need to learn when using Pandas. Fortunately, Pandas makes it really easy for us for doing these.

Table of Content

Continue reading

Introduction to Pandas and Seaborn (Pokemon Dataset Part 1)

Posted on Tue 17 July 2018 in posts • Tagged with 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