https://github.com/kjam/data-wrangling-pycon
An Introduction to Data Wrangling with Python
https://github.com/kjam/data-wrangling-pycon
Last synced: 4 months ago
JSON representation
An Introduction to Data Wrangling with Python
- Host: GitHub
- URL: https://github.com/kjam/data-wrangling-pycon
- Owner: kjam
- Created: 2015-07-16T12:03:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:36:03.000Z (over 3 years ago)
- Last Synced: 2024-04-17T09:01:45.131Z (about 2 years ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 21.2 MB
- Stars: 81
- Watchers: 15
- Forks: 62
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://class.kjamistan.com)
Questions?
----------
kjam on twitter / freenode
katharine at kjamistan dot com
Contributions
--------------
Many thanks to [Steven Van den Berghe](https://be.linkedin.com/in/svdberghe) for his help debugging conda environments and providing the ´data_wrangling_3.yml´ file.
Massive Kudos to [Viacheslav Naydenov](https://github.com/vnaydionov/) 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! :)