Coder Social home page Coder Social logo

advanced-pandas-for-data-analytics's Introduction

Advanced Pandas for Data Analytics

This repository provides the data in support of the course Advanced Pandas for Data Analytics, provided by Cloud Academy.

I suggest to follow the following steps in order you to be able to replicate the course steps in your local host. Open your favourite terminal emulator, and then:

1. Clone the repo

git clone https://github.com/cloudacademy/advanced-pandas-for-data-analytics.git

2. Create a python virtualenv

mkvirtualenv - p python3 <NAME_ENV>

3. Install the necessary requirements:

pip install -r requirements.txt

4. Open a jupyter notebook by running:

jupyter notebook

You are now ready to get your hands dirty: enjoy!

Data

We have used the Bike Sharing Dataset in this course, which all are available in the data folder. You can find more information on the data here.

Dataset Characteristics

Among many fields, it is worth to map the following variables:

  • workingday: if day is neither weekend nor holiday is 1, otherwise is 0.
  • weathersit:
    • Clear, Few clouds, Partly cloudy, Partly cloudy mapped in value 1;
    • Mist + Cloudy, Mist + Broken clouds, Mist + Few clouds, Mist mapped in value 2;
    • Light Snow, Light Rain + Thunderstorm + Scattered clouds, Light Rain + Scattered clouds mapped in 3;
    • Heavy Rain + Ice Pallets + Thunderstorm + Mist, Snow + Fog mapped in 4.
  • temp: Normalized temperature in Celsius. The values are divided to 41 (max).
  • atemp: Normalized feeling temperature in Celsius. The values are divided to 50 (max).
  • hum: Normalized humidity. The values are divided to 100 (max).
  • windspeed: Normalized wind speed. The values are divided to 67 (max).
  • casual: count of casual users.
  • registered: count of registered users.
  • cnt: count of total rental bikes including both casual and registered.

advanced-pandas-for-data-analytics's People

Contributors

andreagiussani avatar

Watchers

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