diff --git a/example/ui/pages/ny_tlc_trips_totals_page.py b/example/ui/pages/ny_tlc_trips_totals_page.py index 6c90e88..153e3a3 100644 --- a/example/ui/pages/ny_tlc_trips_totals_page.py +++ b/example/ui/pages/ny_tlc_trips_totals_page.py @@ -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)