Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 794 Bytes

File metadata and controls

8 lines (6 loc) · 794 Bytes

Ford Gobike EDA

Investigation Overview

The goal of the analysis is to find the key insights from the data, identifying business questions and providing solutions, and extract helpful information that helps the business in several fields like the marketing strategies they make.

Dataset Overview

There are 183412 fordgobike trips in the dataset with 16 specifications (duration_sec, start_time, end_time, start_station_id, start_station_name, start_station_latitude, start_station_longitude, end_station_id, end_station_name, end_station_latitude ,end_station_longitude, bike_id, user_type, member_birth_year, member_gender, bike_share_for_all_trip). Out of 16 specifications 9 are numerical, 2 are datetime and 5 are object type.

Used libraries: Matplotlib, Seaborn, Numpy, and Pandas.