These are some general projects to get started with Data Analysis and Visualizations with Python (Numpy, Pandas and Matplotlib) ->
-
Explore Gun Deaths in US - using basic Python.
-
Analyzing Thanksgiving Dinner in US - using Python with Pandas and Numpy.
-
Visualizing earnings based on college majors - Pandas graphs and charts - using Python with Pandas and Matplotlib (bar graphs, scatter plots, histograms, scatter matrix).
-
Analyzing Star Wars Survey Results to find the best most popular episode - Data Cleaning using Python with Pandas and Matplotlib.
-
Analyzing Movie Reviews from Fandango and Metacritic - Statistics and Data Analysis in Matplotlib, scipy.stats and Linear Regression.
-
Predicting Car prices using K Nearest Neighbors in Scikit Learn