An Exploratory Data Analysis (EDA) project based on Uber user/trip data. The project uses Python and popular data analysis and visualization libraries to understand trip patterns, mileage distribution ...
Most beginner data-viz projects are a single script that plots one hardcoded chart. This project is built differently: it's a modular, windowed desktop application with a proper separation between ...