Skip to content

Commit

Permalink
prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaiman committed Oct 15, 2024
1 parent fc3d62a commit 6bb5fb1
Show file tree
Hide file tree
Showing 11 changed files with 149 additions and 23 deletions.
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ <h3 class="subtitle">



<a href="https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/GDP.csv">The GDP dataset (online)</a>
<a href="https://raw.githubusercontent.com/vega/vega-datasets/next/data/unemployment-across-industries.json">Vega Unemployment Data</a>


</p>
Expand Down
10 changes: 6 additions & 4 deletions _site/week07/prep_notebook_week06_part1.ipynb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion _site/week07/prep_notebook_week06_part2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Maps with bqplot - Chloropeths"
"# Maps with bqplot - Chloropeths\n",
"\n",
"This notebook is also available on GitHub at: https://github.com/UIUC-iSchool-DataViz/is445_bcubcg_fall2024/blob/main/week07/prep_notebook_week06_part2.ipynb\n"
]
},
{
Expand Down
2 changes: 2 additions & 0 deletions _site/week08/prep_notebook_week08.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"source": [
"# Week 08 - Maps\n",
"\n",
"This notebook is also available on GitHub at: https://github.com/UIUC-iSchool-DataViz/is445_bcubcg_fall2024/blob/main/week08/prep_notebook_week08.ipynb\n",
"\n",
"#### Topics\n",
" 1. Intro to maps in bqplot (review)\n",
" 2. Geopandas\n",
Expand Down
6 changes: 3 additions & 3 deletions _site/week09/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,11 @@ <h2 class="subtitle">Data</h2>



<a href="https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/GDP.csv">The GDP dataset (online)</a>
<a href="https://raw.githubusercontent.com/vega/vega-datasets/next/data/unemployment-across-industries.json">Vega Unemployment Data</a>

</p>
<p>
GDP dataset from FRED (stored online for easy linking in Iodide)
US Unemployment Data
</p>
</div>
</article>
Expand All @@ -341,7 +341,7 @@ <h2 class="subtitle">Data</h2>

</p>
<p>
A dataset of USA "mobility" which (I <b>think</b> comes from a <a href="https://www.census.gov/library/working-papers/2018/adrm/CES-WP-18-40R.html">a large census study from 1989-2015</a>) and is collected in several places <a href="http://www.stat.cmu.edu/~cshalizi/uADA/15/hw/01/mobility.csv">including right here</a>. Here "mobility" is refering to how easy it is for a person to move up in economic status (<a href="http://www.stat.cmu.edu/~cshalizi/uADA/15/hw/01/hw-01.pdf">more info can be found here</a>) based on factors like parental income, location, race, etc.
A dataset of USA "mobility" which (I <b>think</b> comes from a <a href="https://www.census.gov/library/working-papers/2018/adrm/CES-WP-18-40R.html">a large census study from 1989-2015</a>) and is collected in several places <a href="http://www.stat.cmu.edu/~cshalizi/uADA/15/hw/01/mobility.csv">including right here</a>. Here "mobility" is referring to how easy it is for a person to move up in economic status (<a href="http://www.stat.cmu.edu/~cshalizi/uADA/15/hw/01/hw-01.pdf">more info can be found here</a>) based on factors like parental income, location, race, etc.
</p>
</div>
</article>
Expand Down
61 changes: 59 additions & 2 deletions _site/week09/prep_notebook_week09.ipynb

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions week07/prep_notebook_week06_part1.ipynb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion week07/prep_notebook_week06_part2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Maps with bqplot - Chloropeths"
"# Maps with bqplot - Chloropeths\n",
"\n",
"This notebook is also available on GitHub at: https://github.com/UIUC-iSchool-DataViz/is445_bcubcg_fall2024/blob/main/week07/prep_notebook_week06_part2.ipynb\n"
]
},
{
Expand Down
2 changes: 2 additions & 0 deletions week08/prep_notebook_week08.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"source": [
"# Week 08 - Maps\n",
"\n",
"This notebook is also available on GitHub at: https://github.com/UIUC-iSchool-DataViz/is445_bcubcg_fall2024/blob/main/week08/prep_notebook_week08.ipynb\n",
"\n",
"#### Topics\n",
" 1. Intro to maps in bqplot (review)\n",
" 2. Geopandas\n",
Expand Down
10 changes: 5 additions & 5 deletions week09/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ examples:
description: Prep Iodide Notebook, Spring 2021
link: https://alpha.iodide.io/notebooks/7112/
data:
- filename: GDP.csv
- filename: unemployment-across-industries.json
type: dataLink
title: The GDP dataset (online)
description: GDP dataset from FRED (stored online for easy linking in Iodide)
link: https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/GDP.csv
title: Vega Unemployment Data
description: US Unemployment Data
link: https://raw.githubusercontent.com/vega/vega-datasets/next/data/unemployment-across-industries.json
- filename: mobility.csv
type: dataLink
title: The Mobility dataset (online)
description: A dataset of USA "mobility" which (I <b>think</b> comes from a <a href="https://www.census.gov/library/working-papers/2018/adrm/CES-WP-18-40R.html">a large census study from 1989-2015</a>) and is collected in several places <a href="http://www.stat.cmu.edu/~cshalizi/uADA/15/hw/01/mobility.csv">including right here</a>. Here "mobility" is refering to how easy it is for a person to move up in economic status (<a href="http://www.stat.cmu.edu/~cshalizi/uADA/15/hw/01/hw-01.pdf">more info can be found here</a>) based on factors like parental income, location, race, etc.
description: A dataset of USA "mobility" which (I <b>think</b> comes from a <a href="https://www.census.gov/library/working-papers/2018/adrm/CES-WP-18-40R.html">a large census study from 1989-2015</a>) and is collected in several places <a href="http://www.stat.cmu.edu/~cshalizi/uADA/15/hw/01/mobility.csv">including right here</a>. Here "mobility" is referring to how easy it is for a person to move up in economic status (<a href="http://www.stat.cmu.edu/~cshalizi/uADA/15/hw/01/hw-01.pdf">more info can be found here</a>) based on factors like parental income, location, race, etc.
link: https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/mobility.csv
---

Expand Down
61 changes: 59 additions & 2 deletions week09/prep_notebook_week09.ipynb

Large diffs are not rendered by default.

0 comments on commit 6bb5fb1

Please sign in to comment.