Uber Technologies, Inc., commonly known as Uber, is an American technology company. Its services include ride-hailing, food delivery, package delivery, couriers, freight transportation, and, through a partnership with Lime, electric bicycle and motorized scooter rental. We will main use data regarding Uber ride.
- Check how long do people travel with Uber?
- What Hour Do Most People Take Uber To Their Destination?
- Check The Purpose Of Trips Which Day Has The Highest Number Of Trips What Are The Number Of Trips Per Each Day?
- What Are The Trips In The Month The starting points of trips.
- Where Do People Start Boarding Their Trip From Most?
To install the libraries used in this project. Follow the below steps:
import pandas as pd
import numpy as np
import datetime
import matplotlib
import matplotlib.pyplot as plt
import seaborn as sns
import calendar
To run tests, run the follow command
- Python Uber_Data_Analysis.ipynb