Skip to content

Commit

Permalink
added more details to read me
Browse files Browse the repository at this point in the history
  • Loading branch information
notha99y committed Dec 17, 2018
1 parent 2aa0430 commit 37cfb72
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/data
__pycache__
.ipynb_checkpoints
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# EDA
This repo serves as code reference for the following TDS post *insert link*

## Set up environment
1. Clone this repo

Open terminal (bash or powershell)
```
git clone https://github.com/notha99y/EDA.git
```

2. Get Ananconda

Anaconda (download from [here](https://anaconda.org/anaconda/python))


3. Create conda environment

```
conda env create -f=environment.yml
```

4. Get Data

The titanic dataset can be download from https://www.kaggle.com/francksylla/titanic-machine-learning-from-disaster. <br>
Once downloaded, copy them into `data` folder from the root project directory.

## Get your hands dirty
1. Create your own jupyter notebook <br>
2. Import data in using pandas <br>
3. Start playing with data and inventing your own style of EDA!
2 changes: 1 addition & 1 deletion notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Download data from
Download data from https://www.kaggle.com/francksylla/titanic-machine-learning-from-disaster
Binary file added pictures/typesofdata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 37cfb72

Please sign in to comment.