CoolFace
Apppublic

PG-AIML/wa-ev-population-dashboard

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
14 commits on main
89667934mo ago

fix: replace deprecated width='stretch' with use_container_width=True

PG
4492db84mo ago

fix: correct Socrata column map using verified live API field names

PG
9ceaa9d4mo ago

fix: replace brittle SOCRATA_COL_MAP with punctuation-insensitive column normaliser

PG
ffdb1fd4mo ago

fix: normalise Socrata API column names in load_raw

PG
3eed6324mo ago

Update dashboard configuration and visualizations

PG
c59487a4mo ago

add real EV dashboard to app/

PG
1524d1b4mo ago

fix: st.dataframe uses use_container_width=True, not width='stretch'

PG
55a24874mo ago

fix: use direct CSV download URL — original column names, no renaming

PG
b7343984mo ago

fix: dynamic Socrata column normalisation — robust to any name variant

PG
3ba53394mo ago

fix: add Socrata column rename + remote fetch fallback for HF Spaces

PG
2f9186d4mo ago

fix: shorten short_description, remove pycache from tracking

PG
d4290b24mo ago

Initial deployment — WA EV population dashboard

PG
9fe515b4mo ago

initial commit

PG-AIML
66d9a334mo ago

Duplicate from streamlit/streamlit-template-space

PG-AIML, FranckAbgrall