Skip to content

Commit

Permalink
flere rettelser
Browse files Browse the repository at this point in the history
  • Loading branch information
pryn-kb committed Sep 3, 2024
1 parent ad04269 commit c5ca90b
Show file tree
Hide file tree
Showing 68 changed files with 203 additions and 197 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified _build/.doctrees/_to_be_deleted_later/notebooks.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/pandas/02_Pandas_tabular_data.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/pandas/03_Pandas_subsets.doctree
Binary file not shown.
Binary file not shown.
Binary file modified _build/.doctrees/docs/pandas/05_pandas_plot.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/pandas/getting_started.doctree
Binary file not shown.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
28 changes: 14 additions & 14 deletions _build/html/_sources/docs/pandas/02_Pandas_tabular_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@
"# Read and Write Tabular Data"
]
},
{
"cell_type": "markdown",
"id": "fd7930e4-d137-499b-afed-b112cc278c67",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"![How to read and write tabular data](images/02_io_readwrite.svg)"
]
},
{
"cell_type": "markdown",
"id": "9834ddce-1a75-469b-b7b2-c1b47bb174ad",
Expand All @@ -33,20 +47,6 @@
"* Save and export your dataset to various file formats."
]
},
{
"cell_type": "markdown",
"id": "fd7930e4-d137-499b-afed-b112cc278c67",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"![How to read and write tabular data](images/02_io_readwrite.svg)"
]
},
{
"cell_type": "markdown",
"id": "327363df-00cd-426e-9821-ac3f678a8f76",
Expand Down
8 changes: 4 additions & 4 deletions _build/html/_sources/docs/pandas/03_Pandas_subsets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"* How can we select and filter specific columns and rows in a `DataFrame`?\n",
"\n",
"Objectives:\n",
"* Select specific columns from a `DataFrame` using square bracket notation.\n",
"* Use the loc property for label-based indexing in a DataFrame.\n",
"* Use the iloc property for position-based indexing in a DataFrame.\n",
"* Select specific columns from a `DataFrame` using square bracket notation (`[]`).\n",
"* Use the `loc` property for label-based indexing in a `DataFrame`.\n",
"* Use the `iloc` property for position-based indexing in a `DataFrame`.\n",
"* Filter rows based on the presence or absence of missing values.\n",
"* Understand the differences and complementary uses of loc and iloc. "
"* Understand the differences and complementary uses of `.loc[]` and `.iloc[]`. "
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "a9fc7c09-6376-4bf8-abd2-7596ac805d62",
"metadata": {},
"source": [
"# Summary Statistics"
"# Descriptive Statistics"
]
},
{
Expand All @@ -16,11 +16,11 @@
"```{admonition} Learning Objectives\n",
"\n",
"Questions:\n",
"* How can we calculate and analyse summary statistics using Pandas?\n",
"* How can we calculate and analyse descriptive statistics using Pandas?\n",
"\n",
"Objectives:\n",
"* Use built-in methods for descriptive statistics.\n",
"* Use the split-apply-combind pattern to perform descriptive statistics on groupings of data.\n",
"* Use the split-apply-combine pattern to perform descriptive statistics on groupings of data.\n",
"* Use different count methods on groupings of data."
]
},
Expand Down Expand Up @@ -1169,7 +1169,7 @@
"source": [
"## Key points\n",
"\n",
"* Aggregation statistics can be calculated on entire columns or rows.\n",
"* Descriptive statistics can be calculated on entire columns or rows.\n",
"* `groupby()` provides the power of the **split-apply-combine** pattern.\n",
"* `value_counts()` is a convenient shortcut to count the number of entries in each category of a variable."
]
Expand Down
16 changes: 8 additions & 8 deletions _build/html/_sources/docs/pandas/05_pandas_plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"# Basic Visualisations in Pandas"
]
},
{
"cell_type": "markdown",
"id": "6eed7165-9b38-4ea1-bf39-85e434a39462",
"metadata": {},
"source": [
"![Plotting in Pandas](images/05_plot_overview.png)"
]
},
{
"cell_type": "markdown",
"id": "e0108d8c-df58-4f7e-975e-269bac5ef530",
Expand All @@ -23,14 +31,6 @@
"* Visualise your data with various plots."
]
},
{
"cell_type": "markdown",
"id": "6eed7165-9b38-4ea1-bf39-85e434a39462",
"metadata": {},
"source": [
"![Plotting in Pandas](images/05_plot_overview.png)"
]
},
{
"cell_type": "markdown",
"id": "4410cdfb-1e4b-49fd-acb0-e8f0c16d80d1",
Expand Down
2 changes: 1 addition & 1 deletion _build/html/_to_be_deleted_later/admonition_boxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/_to_be_deleted_later/intro_old.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/_to_be_deleted_later/markdown-notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/_to_be_deleted_later/markdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
4 changes: 2 additions & 2 deletions _build/html/_to_be_deleted_later/notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down Expand Up @@ -476,7 +476,7 @@ <h2>Code blocks and outputs<a class="headerlink" href="#code-blocks-and-outputs"
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;contextlib.ExitStack at 0x10f5f8310&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;contextlib.ExitStack at 0x10a659710&gt;
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/01_data_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/02_variables_and_assignment.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/03_type_conversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/04_built-in_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/05_lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/06_for_loops.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/07_conditionals.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/part1.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/part2.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/_test/2024_ods.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/_test/regex_and_frankenstein.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/howto/dictionaries.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/howto/dictionary_101.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<li class="toctree-l2"><a class="reference internal" href="../pandas/01_pandas_dataframe.html">Pandas <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/02_pandas_tabular_data.html">Read and Write Tabular Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/03_pandas_subsets.html">Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_summary_statistics.html">Summary Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/04_pandas_descriptive_statistics.html">Descriptive Statistics</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_plot.html">Basic Visualisations in Pandas</a></li>
</ul>
</details></li>
Expand Down
Loading

0 comments on commit c5ca90b

Please sign in to comment.