A good data science project should have a well defined data source and a clearly understandable deliverable. Below, you can peek at a sample of some of those pieces published across the Internet.
The State of California needed a way to keep track of all deployed zero-emission (ZE) vehicles.
Collected the data, wrote a Python script to centralize all the data and add new features, then built a Tableau dashboard dynamically plotting the output.
The Dashboard Shown Below
Click to View the Dashboard HereFedEx wants to quantify the emissions reduction impact from deplyoing small zero emission vehicles for last mile delivery
I built a JavaScript calculator app which dynaamically calculates the emissions reduction for any given input.
Link to the tool is below
Click to View Interactive ToolAmazon sellers need access to real-time analytics
I build a custom tool using the Keepa API to dynamically deliver analytics on a given Amazon product.
Link to my project writeup is below
Buy the Amazon Price Data - Keepa APIFitness data is stored in Google Fit but not easily visualized anywhere else
I build a custom tool using Google Sheets to visualize the data
Link to my my Towards Data Science writeup: "How I Built My Own Fitness Tracker Using Google Fit Data"
Project Using a Data Pipeline in Google Apps Script
Read the ArticleEach quarter CFOs and CEOs of major corporations talk to investors via an earnings call. This text data can be used for predicting stock price.
I used NLP libraries like TextBlob and ELI5 to do sentiment analysis on text data
A Comprehensive ML experiment that uses sentiment analysis to predict stock price
Link to Medium Article