Skip to content

mkcor/data-wrangling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Wrangling

Presentation for PyLadies MTL.

Setup

We run Python 3.5.2. We use virtual environments as a general good practice. Let us create a virtual environment (virtualenv) for this project:

$ mkdir -p ~/.virtualenv
$ python3 -m venv ~/.virtualenv/data-wrangling

Activate the virtualenv:

$ source ~/.virtualenv/data-wrangling/bin/activate

When you are done working on this project, you can $ deactivate. You may want to $ pip install --upgrade pip.

Install the dependencies:

$ pip install -r requirements.txt

I cannot wait to give Pipfile a try!!

Jupyter

Launch the Jupyter Notebook:

$ jupyter notebook

About

Presentation material for PyLadies MTL (December 2016).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published