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
- Host: GitHub
- URL: https://github.com/karan-malik/uberdataanalysis
- Owner: Karan-Malik
- Created: 2020-07-26T14:59:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T15:07:49.000Z (over 5 years ago)
- Last Synced: 2025-01-14T08:52:28.141Z (10 months ago)
- Topics: data-analysis, data-analysis-python, data-analytics, data-science, data-visualization, dataanalysis, matplotlib-pyplot, numpy, pandas, pandas-dataframe, python, python3, seaborn, uber, uber-data
- Language: Jupyter Notebook
- Homepage:
- Size: 3.65 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)