We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d87be commit 7b62ce9Copy full SHA for 7b62ce9
pems_streamlit/src/pems_streamlit/apps/stations/app_stations.py
@@ -90,7 +90,6 @@ def main():
90
filtered_df = df_station_data[
91
(df_station_data["SAMPLE_TIMESTAMP"].dt.day.isin(days)) & (df_station_data["LANE"].isin(lane))
92
]
93
- st.dataframe(df_station_data, use_container_width=True)
94
filtered_df_sorted = filtered_df.sort_values(by="SAMPLE_TIMESTAMP")
95
plot_5_min_traffic_data(filtered_df_sorted, quantity, lane)
96
0 commit comments