An open API service indexing awesome lists of open source software.

https://github.com/karan-malik/uberdataanalysis

Uber Data Analysis and Visualization using Python
https://github.com/karan-malik/uberdataanalysis

data-analysis data-analysis-python data-analytics data-science data-visualization dataanalysis matplotlib-pyplot numpy pandas pandas-dataframe python python3 seaborn uber uber-data

Last synced: 8 months ago
JSON representation

Uber Data Analysis and Visualization using Python

Awesome Lists containing this project

README

          

# UberDataAnalysis
Uber Data Analysis and Visualization using Python.

## Dataset
The dataset contains information about Uber pickups in New York City from April 2014. It has over 500k pickups (rows) and the following 4 columns:
1) Date/Time - The date and time of pickup
2) Lat - Lattitude of pickup
3) Long - Longitude of pickup
4) Base

The dataset can be downloaded from the repository or from this [link](https://www.kaggle.com/fivethirtyeight/uber-pickups-in-new-york-city)