Skip to content

Commit

Permalink
Add statistics summary to NY Taxi Trips Totals page
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuthan committed Nov 27, 2024
1 parent 2eb3b16 commit 06b0712
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/ui/pages/ny_tlc_trips_totals_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@

export_buttons.show_export_csv(trips_totals, "ny_tlc_trips.csv")
export_buttons.show_export_excel(trips_totals, "ny_tlc_trips.xlsx")

st.caption("Statistics")

st.dataframe(trips_totals.describe(), use_container_width=True)

0 comments on commit 06b0712

Please sign in to comment.