
Member-only story
5 data science project ideas to highlight in your portfolio
2 min readJun 25, 2020
A data science portfolio should highlight job relevant skills that show you can perform day-to-day tasks of a data scientist.
1. Data Cleaning
According to a study published by Forbes, Data Scientists on average spend 80% of their time on preparing, managing and cleaning data. Data prep is a good way to show that you can work with various types of clean and unclean data.
Structure a data cleaning project:
- Import data
- Join multiple data sets
- Detect missing values
- Look for anomalies (1, 2, 3, “Sundus”?)
- Impute for missing values
- Data quality assurance
2. Exploratory Data Analysis
Exploratory Data Analysis (EDA) allows you to understand the data and make unintended discoveries through visualizations and data stats.
Framing an EDA project:
- Formulate a hypothesis and relevant questions
- Visualize data to test the hypothesis
- Identify key trends in the data
- Identify relationships between variables