Skip to content

AlonzoMorales/Python_Matplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_Matplotlib

Objectives

Combine 2 CSV datasets into 1 data frame and analyze the data to create visualizations. CSV files contain information from ride-sharing company, including details like city, driver count, individual fares, and city type

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

Produce the following three pie charts:

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

bubbleplot

fares

rides

drivers

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published