All Projects → kjam → data-wrangling-pycon

kjam / data-wrangling-pycon

Licence: other
An Introduction to Data Wrangling with Python

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Data Wrangling Introduction

Welcome to Data Wrangling! Here you'll find some useful scripts and data to get started with Data Wrangling with Python.

To Install requirements if you are using Python 2.7+

$ pip install -r requirements.txt

To Install requirements if you are using Python 3.4+

$ pip install -r py3_requirements.txt

To Install requirements using Conda Environments and default Python

$ conda create --name conda_dw --file conda_requirements.txt
$ source activate conda_dw
$ conda install openpyxl

To Install requirements using Conda Environments and Python3

$ conda env create -f data_wrangling_3.yml
$ source activate conda_dw3

To Access iPython Notebook

PY3 Notebook

Questions?

kjam on twitter / freenode katharine at kjamistan dot com

Contributions

Many thanks to Steven Van den Berghe for his help debugging conda environments and providing the ´data_wrangling_3.yml´ file.

Massive Kudos to Viacheslav Naydenov for porting pdftables to Py3!

Fair Use

If you would like to use this content for your own course, please do so with attribution and without modification. If you'd like to modify this course and use it, please reach out regarding modifications made. Thank you! :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].