Skip to content

Commit

Permalink
update sword
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeubank committed Oct 8, 2024
1 parent 9accf86 commit e0d9865
Show file tree
Hide file tree
Showing 18 changed files with 3,079 additions and 210 deletions.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified _build/.doctrees/ids720_specific/solutions.doctree
Binary file not shown.
4 changes: 3 additions & 1 deletion _build/html/_sources/ids720_specific/solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"- [Numpy Vector Solutions](./exercises/Solutions_numpy_vectors.ipynb) \n",
"- [Numpy View/Copy Solutions](./exercises/Solutions_numpy_viewcopies.ipynb) \n",
"- [Pandas Series Solutions](./exercises/Solutions_series.ipynb)\n",
"- [Pandas DataFrames Solutions](./exercises/Solutions_dataframes.ipynb)\n"
"- [Pandas DataFrames Solutions](./exercises/Solutions_dataframes.ipynb)\n",
"- [Pandas Missing Solutions](./exercises/Solutions_missing.ipynb)\n",
"- [Pandas Cleaning Solutions](./exercises/Solutions_cleaning.ipynb)\n"
]
}
],
Expand Down
1,561 changes: 1,561 additions & 0 deletions _build/html/ids720_specific/exercises/Solutions_cleaning.html

Large diffs are not rendered by default.

1,165 changes: 1,165 additions & 0 deletions _build/html/ids720_specific/exercises/Solutions_missing.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions _build/html/ids720_specific/solutions.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../notebooks/class_3/week_4/00_intro_to_querying_data.html">Data Manipulations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/10_combining_concatenating.html">Concatenating</a></li>
<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/15_combining_merging.html">Merging</a></li>
<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/15.1_combining_merging_continued.html">Combining datasets: merging</a></li>

<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/15.2_combining_merging_practical_example.html">Practical Example</a></li>

<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/15.3_validating_a_merge.html">Validating Merges</a></li>
<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/20_grouping.html">Grouping</a></li>
<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/30_queries.html">Querying</a></li>
</ul>
Expand Down Expand Up @@ -573,6 +578,8 @@ <h1>Solutions<a class="headerlink" href="#solutions" title="Link to this heading
<li><p><a class="reference internal" href="exercises/Solutions_numpy_viewcopies.html"><span class="std std-doc">Numpy View/Copy Solutions</span></a></p></li>
<li><p><a class="reference internal" href="exercises/Solutions_series.html"><span class="std std-doc">Pandas Series Solutions</span></a></p></li>
<li><p><a class="reference internal" href="exercises/Solutions_dataframes.html"><span class="std std-doc">Pandas DataFrames Solutions</span></a></p></li>
<li><p><a class="reference internal" href="exercises/Solutions_missing.html"><span class="std std-doc">Pandas Missing Solutions</span></a></p></li>
<li><p><a class="reference internal" href="exercises/Solutions_cleaning.html"><span class="std std-doc">Pandas Cleaning Solutions</span></a></p></li>
</ul>
</section>

Expand Down
Binary file modified _build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"cells": [
{
"cell_type": "markdown",
"id": "63873995",
"id": "c1a19aa1",
"metadata": {},
"source": [
"# Installing Geopandas"
]
},
{
"cell_type": "markdown",
"id": "192bea65",
"id": "f1a7515e",
"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: 3 additions & 1 deletion docs/_sources/ids720_specific/solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"- [Numpy Vector Solutions](./exercises/Solutions_numpy_vectors.ipynb) \n",
"- [Numpy View/Copy Solutions](./exercises/Solutions_numpy_viewcopies.ipynb) \n",
"- [Pandas Series Solutions](./exercises/Solutions_series.ipynb)\n",
"- [Pandas DataFrames Solutions](./exercises/Solutions_dataframes.ipynb)\n"
"- [Pandas DataFrames Solutions](./exercises/Solutions_dataframes.ipynb)\n",
"- [Pandas Missing Solutions](./exercises/Solutions_missing.ipynb)\n",
"- [Pandas Cleaning Solutions](./exercises/Solutions_cleaning.ipynb)\n"
]
}
],
Expand Down
325 changes: 199 additions & 126 deletions docs/ids720_specific/exercises/Solutions_cleaning.html

Large diffs are not rendered by default.

204 changes: 127 additions & 77 deletions docs/ids720_specific/exercises/Solutions_missing.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/ids720_specific/solutions.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../notebooks/class_3/week_4/00_intro_to_querying_data.html">Data Manipulations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/10_combining_concatenating.html">Concatenating</a></li>
<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/15_combining_merging.html">Merging</a></li>
<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/15.1_combining_merging_continued.html">Combining datasets: merging</a></li>

<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/15.2_combining_merging_practical_example.html">Practical Example</a></li>

<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/15.3_validating_a_merge.html">Validating Merges</a></li>
<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/20_grouping.html">Grouping</a></li>
<li class="toctree-l2"><a class="reference internal" href="../notebooks/class_3/week_4/30_queries.html">Querying</a></li>
</ul>
Expand Down Expand Up @@ -573,6 +578,8 @@ <h1>Solutions<a class="headerlink" href="#solutions" title="Link to this heading
<li><p><a class="reference internal" href="exercises/Solutions_numpy_viewcopies.html"><span class="std std-doc">Numpy View/Copy Solutions</span></a></p></li>
<li><p><a class="reference internal" href="exercises/Solutions_series.html"><span class="std std-doc">Pandas Series Solutions</span></a></p></li>
<li><p><a class="reference internal" href="exercises/Solutions_dataframes.html"><span class="std std-doc">Pandas DataFrames Solutions</span></a></p></li>
<li><p><a class="reference internal" href="exercises/Solutions_missing.html"><span class="std std-doc">Pandas Missing Solutions</span></a></p></li>
<li><p><a class="reference internal" href="exercises/Solutions_cleaning.html"><span class="std std-doc">Pandas Cleaning Solutions</span></a></p></li>
</ul>
</section>

Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion ids720_specific/solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"- [Numpy Vector Solutions](./exercises/Solutions_numpy_vectors.ipynb) \n",
"- [Numpy View/Copy Solutions](./exercises/Solutions_numpy_viewcopies.ipynb) \n",
"- [Pandas Series Solutions](./exercises/Solutions_series.ipynb)\n",
"- [Pandas DataFrames Solutions](./exercises/Solutions_dataframes.ipynb)\n"
"- [Pandas DataFrames Solutions](./exercises/Solutions_dataframes.ipynb)\n",
"- [Pandas Missing Solutions](./exercises/Solutions_missing.ipynb)\n",
"- [Pandas Cleaning Solutions](./exercises/Solutions_cleaning.ipynb)\n"
]
}
],
Expand Down

0 comments on commit e0d9865

Please sign in to comment.