Skip to content

kjam/data-wrangling-pycon

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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! :)

About

An Introduction to Data Wrangling with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published