Giter Club home page Giter Club logo

pydataseattle's Introduction

Pandas .head() to .tail()

Gitter

Video Recording

Should I Attend?

I'm targeting an experience level somewhere between novice and intermediate. Hopefully you're familiar with the IPython notebook, and have heard of pandas. If not, don't worry. The first two notebooks (~20 minutes) are for people who may be entirely new to NumPy and pandas.

If you're more experienced, the first 30-40 minutes of the talk will likely be a review for you. After that we'll get into some more advanced topics.

Setup

First clone this repository

git clone https://github.com/tomaugspurger/pydataseattle
cd pydataseattle

If that fails, try the zip. It will probably be best to do a git pull just before the tutorial starts.

Environment

Make sure that you're in the pydataseattle folder.

With conda:

conda update --all
conda env create -f environment.yml
source activate sea  # or activate sea on Windows
pip install beautifulsoup4
pip install simplejson
pip install vincent

With pip / virtualenv:

$ [sudo] pip install virtualenv  # try without sudo first
$ virtualenv --python=`which python3` sea
$ source sea/bin/activate
$ pip install -U pip
$ pip install -r requirements.txt

Verify your installation with

python check_environment.py

Chat

I have no idea if this is useful, but we have a chat room for the tutorial. If you have them, you can log in with your GitHub credentials.

Speak up in there with installation problems / questions / random gifs if you find that more convenient.

Contents

  • [Basics](notebooks/1. Basics.ipynb)
  • [Operations](notebooks/2. Operations.ipynb)
  • [Indexing](notebooks/3. Indexing.ipynb)
  • [Groupby](notebooks/4. Groupby.ipynb)
  • [Tidy Data](5. Tidy Data.ipynb)
  • [For Stats & ML](6. For Stats & ML.ipynb)

pydataseattle's People

Contributors

tomaugspurger avatar rgbkrk avatar

Watchers

James Cloos avatar

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.