Streamlit app for downloading data available in the OpenPoliceData Python Package (https://pypi.org/project/openpolicedata) from the web
1
stars
1
forks
source link
Replace Data Selected Dataset Details Table with Text? #34
Closed
sowdm closed 1 year ago
Not sure that it makes sense to show a table with 1 row with some columns that are mainly used for internal OPD use.
Recommend replacing table with text that shows only the important information such as: State: California SourceName: Los Angeles TableType: STOPS etc.
Some clever logic could probably be used to make the formatting of the column names nicer (i.e. SourceName -> Source Name)