harpreetsd99 / Case-Study---How-Does-a-Bike-Share-Navigate-Speedy-Success-

In this case study, you will perform many real-world tasks of a junior data analyst. You will work for a fictional company, Cyclistic, and meet different characters and team members. In order to answer the key business questions, you will follow the steps of the data analysis process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Case-Study - How Does a Bike Share Navigate Speedy Success

In this case study, we will perform many data analyst tasks. We will work for a fictional company, Cyclistic, and meet different characters and team members. In order to answer the key business questions, we will follow the steps of the data analysis process.

In this Case Study

  • We first imported required libraries like numpy,pandas,matplotlib,seaborn,etc
  • Then we cleaned Dataset and analyzed by
  1. Dropping null values as they were small in numbers
  2. Swapped start date and end date for rows with start date more than end date
  3. Checked for duplicates and missing dates
  4. Creted new day of week column, extracted date and travel time by subtracting start and end date
  5. With latitudes and longitudes we found distance by using formula
  6. Analyzed top 10 stations for start and end points
  7. Analyzed same with respect to member categories
  8. Found that for casual rider Sunday and Saturday, and for annual member Sunday and Thursday are peak days
  9. And analyzed various other relations like distance and avg distance w.r.t.o. members and dates/dayofweeks
  10. Visualized some and rest visuals can be seen on my Tableau Public profile below

Thanks

About

In this case study, you will perform many real-world tasks of a junior data analyst. You will work for a fictional company, Cyclistic, and meet different characters and team members. In order to answer the key business questions, you will follow the steps of the data analysis process


Languages

Language:Jupyter Notebook 100.0%