Tag: projects
-
Things to do – Flask app
This is a little Flask web app I made to get recommendations for things to do when traveling.
-
Extract Emojis from Python Strings and Chart Frequency using Spacy, Pandas, and Plotly
In this post, I’ll show you how to extract emojis from a string in Python, count the frequency, then plot them using Plotly.
-
How to Export all Tickets from Zendesk using the API and Python
In this post, I’ll walk you through exporting tickets, users, and organizations from Zendesk using the API and Python for data analysis.
-
How to do a Reverse Address Lookup using Latitude and Longitude in Python
A reverse address lookup uses the longitude and latitude to find the address.
-
Analyzing COVID-19 Vaccine Rollout Data
In this post, I’ll take a look at the data from Our World in Data to visualize data from the COVID-19 vaccine rollout.
-
Leverage Plotly Express + Bootstrap to Create Great Looking HTML Reports
You’ve just finished a stellar analysis in a Jupyter notebook and you are ready to share your work with colleagues. However, they’ve never heard of a Jupyter notebook. In this post, I’ll walk you through creating an HTML export that leverages Bootstrap to create a styled exportable report from a Jupyter notebook.
-
Are Pie Charts Always a Bad Choice?
Most of the time, yes. In this post, I’ll explain why there is usually a better chart to choose from than a pie chart and visualization techniques for categorical data.
-
Analyzing Netflix Movies and TV Shows
An analysis of the shows and movies in Netflix as of 2019 using a dataset from Kaggle.
-
Analyzing 2020 Election Results
An analysis of the 2020 presidential votes by county and voter turnout by state using datasets from Kaggle.
-
The Pandemic Recovery
In this post, I’ll be looking at a few indicators economic to measure the economic recovery from COVID-19. This was inspired by the Daily Podcast on November 19th, 2020 – The Pandemic Economy in 7 Numbers. I’ll be using data from FRED for this project and analyzing the data in a Jupyter Notebook.