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¶
Selecting and Filtering Data (Pokemon Dataset Part 2)
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¶
Introduction to Pandas and Seaborn (Pokemon Dataset Part 1)
Posted on Tue 17 July 2018 in posts • Tagged with pandas, seaborn