Skip to content

Commit

Permalink
Auto-commit: Mon Nov 18 13:14:19 CST 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
NAME committed Nov 18, 2024
1 parent 0f86c94 commit b5a67fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions week13/inClassStreamlit/Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@

mobility_url = 'https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/mobility.csv'

df = pd.read_csv(mobility_url)


scatters = alt.Chart(mobility_url).mark_point().encode(
x = 'Mobility:Q',
y=alt.Y('Population:Q', scale=alt.Scale(type='log')),
Expand Down

0 comments on commit b5a67fd

Please sign in to comment.