jragh / US-Flights-Analysis

Python Dash Project using Polars, Dash Bootstrap and Plotly Dash to analyze US Aviation Flights
0 stars 0 forks source link

Airport analytics/22: Add in Top 10 Connected Airports for Given Airport #23

Closed jragh closed 3 weeks ago

jragh commented 3 weeks ago

Closes #22

Added in top 10 Connected Airports for a selected airport using sum of departing and arriving passengers into an airport. Horizontal Stacked Barograph to show the amount of traffic coming in. Created new tables in a SQLite database, represented by .sql file.

jragh commented 3 weeks ago

lgtm