Code Monkey home page Code Monkey logo

data-wrangling-pycon's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.