Code Monkey home page Code Monkey logo

practical-pandas-projects's Introduction

Binder

Practical pandas projects

pandas is a python library for doing exploratory data analysis.

There are great docs and lots of online tutorials teaching the basics, but I've seen a lot of people asking what they can work on after they've gone through the tutorials.

My aim here is to create a list of project ideas that are exciting and practical.

Most projects include:

  • An explanation of why the dataset is interesting
  • Ideas for questions the data can answer
  • A bit of sample data you can play with (in some cases)
  • Instructions for how to get data

The project ideas

Market research

Website metrics

Government data

Content marketing

  • Munge data to create sharable infographics
  • Figure out what kind of content gets shared on Facebook

Measuring Yourself

  • Tracking your fitness
  • Tracking your productivity
  • Tracking your phone usage

How to use the sample data

The easiest way to is to use run the notebooks online using Binder. Click this link and wait for Binder to load. You'll be able to start exploring the data without having to install any dependencies on your computer.

Want to run the notebooks yourself on your computer?

You'll need iPython notebook and pandas.

Open a terminal and run:

git clone https://github.com/schlende/practical-pandas-projects.git

pip install jupyter
pip install -r requirements.txt

cd practical-pandas-projects
jupyter notebook

A tab should open in your browser at http://localhost:8888

Contrubute

Have suggestions? Want to contribute your own ideas? Send me an email or make a pull request!

License

MIT

practical-pandas-projects's People

Contributors

schlende avatar

Watchers

bonskijr avatar 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.