Skip to content

Commit

Permalink
df
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeubank committed Nov 20, 2024
1 parent 831800e commit 97980d2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/.doctrees/ids720_specific/class_schedule.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions _build/html/ids720_specific/class_schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -1032,8 +1032,8 @@ <h2>Class Time<a class="headerlink" href="#class-time" title="Link to this headi
<p>(Note reading includes a 45 minute video to watch)</p>
</td>
<td><ul class="simple">
<li><p><a class="reference external" href="exercises/Exercise_dask_realdata.ipynb">Dask</a></p></li>
<li><p><a class="reference external" href="exercises/Exercise_dask.ipynb">More dask (optional)</a></p></li>
<li><p><a class="reference external" href="exercises/Exercise_dask_realdata.html">Dask</a></p></li>
<li><p><a class="reference external" href="exercises/Exercise_dask.html">More dask (optional)</a></p></li>
</ul>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"cells": [
{
"cell_type": "markdown",
"id": "2a746194",
"id": "b6ef4a10",
"metadata": {},
"source": [
"# Installing Geopandas"
]
},
{
"cell_type": "markdown",
"id": "9c0f9fc1",
"id": "c3fdbe68",
"metadata": {},
"source": [
"Early in the semester, I told you that conda was generally preferred over pip by data scientists because it could install more than just python packages? Well here's an example of a place that pays off big!\n",
Expand Down
4 changes: 2 additions & 2 deletions docs/ids720_specific/class_schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -1032,8 +1032,8 @@ <h2>Class Time<a class="headerlink" href="#class-time" title="Link to this headi
<p>(Note reading includes a 45 minute video to watch)</p>
</td>
<td><ul class="simple">
<li><p><a class="reference external" href="exercises/Exercise_dask_realdata.ipynb">Dask</a></p></li>
<li><p><a class="reference external" href="exercises/Exercise_dask.ipynb">More dask (optional)</a></p></li>
<li><p><a class="reference external" href="exercises/Exercise_dask_realdata.html">Dask</a></p></li>
<li><p><a class="reference external" href="exercises/Exercise_dask.html">More dask (optional)</a></p></li>
</ul>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions ids720_specific/class_schedule.csv
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
- Distributed Computing","- `conda Environments <../notebooks/PDS_not_yet_in_coursera/20_programming_concepts/conda_environments.html>`_
- `Parallel Computing <../notebooks/PDS_not_yet_in_coursera/30_big_data/60_parallelism.html>`_
- `Distributed Computing with dask <../notebooks/PDS_not_yet_in_coursera/30_big_data/70_dask.html>`_
(Note reading includes a 45 minute video to watch)","- `Dask <exercises/Exercise_dask_realdata.ipynb>`_
- `More dask (optional) <exercises/Exercise_dask.ipynb>`_"
(Note reading includes a 45 minute video to watch)","- `Dask <exercises/Exercise_dask_realdata.html>`_
- `More dask (optional) <exercises/Exercise_dask.html>`_"
"Thurs, Nov 21",LAST CLASS,"- ROUGH DRAFT OF OPIOID PROJECT DUE, extendable to Morning of Mon Nov 26 but feedback may be later",
Wed Dec 12,,**Final Project Report Due**,
Binary file modified ids720_specific/class_schedule_xlsx.xlsx
Binary file not shown.

0 comments on commit 97980d2

Please sign in to comment.