Skip to content

hem1t/ExploratoryDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploratory Data Analysis Projects

Here, I explore sample datasets. To observe and find patterns and see if they provide any insights use this repository as you may like.

Projects

Topic Notebook Link Dataset Link
Amazon best-selling top 500 notebook dataset
Music & Mental Health Survey Results notebook dateset

Setup

# Create a virtual environment
python -m venv .venv

# Activate the virtual environment
.venv/Scripts/activate

# Install dependencies
python -m pip install -r requirements.txt

# Download the datasets
python fetch_datasets.py

# Start Jupyter
python -m jupyter lab --notebook-dir=./Notebooks

About

Exploratory data analysis of some selected datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors