Skip to content

Latest commit

 

History

History
33 lines (14 loc) · 598 Bytes

README.md

File metadata and controls

33 lines (14 loc) · 598 Bytes

Ride-Share Analysis

Ride.png

our 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, i will produce the following three pie charts:

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

Technologie used

  • The Pandas Library and the Jupyter Notebook.
  • Matplotlib library.