Skip to content

A project to practice missign values in the data. Including the visualizations to evaluate the information

Notifications You must be signed in to change notification settings

Monkey8596/Missing_data_handling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template

Requirements

python3 -m venv env 

source env/bin/activate

Donwload

git pull
pip install --upgrade pip
pip3 install -r requirements.txt

Project organization

Title
    ├── data
    │   ├── processed      <- The final, canonical data sets for modeling.
    │   └── raw            <- The original, immutable data dump.
    │
    ├── notebooks          <- Jupyter notebooks of the project
    │
    ├── .gitignore         <- Files to ignore by `git`.
    │
    ├── git.sh             <- A simple code to execute git comands 
    |
    ├── requirements.txt    <- The requirements file for reproducing the analysis
    │
    └── README.md          <- The top-level README for developers using this project.

About

A project to practice missign values in the data. Including the visualizations to evaluate the information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published