Analyzing Thanksgiving Dinner with Python
In this post, I’m going to analyze Thanksgiving dinner in the US using python by working on a dataset that contains 1058 responses to an online survey about what Americans eat for Thanksgiving dinner. That dataset contains 65 columns, and 1058 rows. Most of the column names are questions, and most of the column values […]
Analysis with Python: Exploring Gun Deaths in the US
In this post, I’ll perform some analysis by using native python functions along with some of the modules that you, as data analyst/scientist, would be working with extensively. In real life, you’ll be working with more advanced modules. Advance in terms of richness and easiness. However, I personally believe it’s important to learn how to […]
Visualizing with Python: Earnings Based On College Majors
In this post, I’m going to show you a python script that visualizes dataset in order to answer specific questions. Something that you’d do as a data analyst or data scientist very often. While this is not an advanced topic, it should give you an idea of how to get things done using Python. NOTE: […]