Skip to content

Ridesharing company data analysis to provide market differentiation insights using Pandas, Matplotlib , and Jupyter Notebook.

Notifications You must be signed in to change notification settings

JCMedinaG/Matplotlib-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pyber Project

Ride

The ride sharing bonanza continues! Seeing the success of notable players like Uber and Lyft, you've decided to join a fledgling ride sharing company of your own. In your latest capacity, you'll be acting as Chief Data Strategist for the company. In this role, you'll be expected to offer data-backed guidance on new opportunities for market differentiation.

You've since been given access to the company's complete recordset of rides. This contains information about every active driver and historic ride, including details like city, driver count, individual fares, and city type.

The objective is to build a Bubble Plot that showcases the relationship between four key variables:

  • Average Fare ($) Per City
  • Total Number of Rides Per City
  • Total Number of Drivers Per City
  • City Type (Urban, Suburban, Rural)

In addition, ywe will be expected to produce the following three pie charts:

  • % of Total Fares by City Type
  • % of Total Rides by City Type
  • % of Total Drivers by City Type

As final considerations:

  • We must use the Pandas Library and the Jupyter Notebook.
  • We must use the Matplotlib library.
  • We must include a written description of three observable trends based on the data.
  • We must use proper labeling of your plots, including aspects like: Plot Titles, Axes Labels, Legend Labels, Wedge Percentages, and Wedge Labels.
  • Remember when making the plots to consider aesthetics!
    • We must stick to the Pyber color scheme (Gold, Light Sky Blue, and Light Coral) in producing our plot and pie charts.
    • When making the Bubble Plot, experiment with effects like alpha, edgecolor, and linewidths.
    • When making the Pie Chart, experiment with effects like shadow, startangle, and explosion.
  • See Starter Workbook for a reference on expected format.

About

Ridesharing company data analysis to provide market differentiation insights using Pandas, Matplotlib , and Jupyter Notebook.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published