sebee751 / pandas-cookbook

Recipes for using Python's pandas library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pandas cookbook

pandas is a Python library for doing data analysis. It's really fast and lets you do exploratory work incredibly quickly.

The goal of this cookbook is to give you some concrete examples for getting started with pandas. The docs are really comprehensive. However, I've often had people tell me that they have some trouble getting started, so these are examples with real-world data, and all the bugs and weirdness that entails.

  • How many people were on MontrĂ©al's bike paths in 2012
  • Montreal's weather for 2012, hourly

It comes with batteries (data) included, so you can try out all the examples right away. License

Thie work is a fork with modification of Julia Evans

Creative Commons License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

Translations

There's a translation into Chinese of this repo.

About

Recipes for using Python's pandas library


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%