Skip to content

Commit

Permalink
Merge pull request #146 from pryn-kb/main
Browse files Browse the repository at this point in the history
plotting added
  • Loading branch information
pryn-kb authored Sep 2, 2024
2 parents d027848 + f29ac5a commit d12d24d
Show file tree
Hide file tree
Showing 94 changed files with 8,603 additions and 185 deletions.
Binary file modified _build/.doctrees/_to_be_deleted_later/notebooks.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified _build/.doctrees/docs/pandas/getting_started.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added _build/html/_images/05_plot_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"source": [
"## Aggregating statistics\n",
"\n",
"![Aggregating statistics from a single coloumn in a DataFrame](images/05_aggregate.svg)"
"![Aggregating statistics from a single coloumn in a DataFrame](images/04_aggregate.svg)"
]
},
{
Expand Down Expand Up @@ -422,7 +422,7 @@
"id": "78f45a26-4d3c-423f-8c05-e0d775220222",
"metadata": {},
"source": [
"![Aggregating statistics from a multiple coloumns in a DataFrame](images/05_reduction.svg)"
"![Aggregating statistics from a multiple coloumns in a DataFrame](images/04_reduction.svg)"
]
},
{
Expand Down Expand Up @@ -712,7 +712,7 @@
"source": [
"## Aggregating statistics grouped by category\n",
"\n",
"![Aggregating statistics grouped by category](images/05_groupby.svg)"
"![Aggregating statistics grouped by category](images/04_groupby.svg)"
]
},
{
Expand Down Expand Up @@ -958,7 +958,7 @@
"id": "6e65a34d-9ec1-42ad-865c-607518520afa",
"metadata": {},
"source": [
"![The split-apply-combine pattern](images/05_groupby_select_detail.svg)"
"![The split-apply-combine pattern](images/04_groupby_select_detail.svg)"
]
},
{
Expand Down Expand Up @@ -1051,7 +1051,7 @@
"source": [
"## Count number of records by category\n",
"\n",
"![Counting number of records by category](images/05_valuecounts.svg)"
"![Counting number of records by category](images/04_valuecounts.svg)"
]
},
{
Expand Down
284 changes: 284 additions & 0 deletions _build/html/_sources/docs/pandas/05_pandas_plot.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tags": []
},
"source": [
"# Subsets"
"# Out: Subsets"
]
},
{
Expand Down Expand Up @@ -2348,7 +2348,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "655cdffb-87eb-4972-8863-e4476e85c173",
"metadata": {},
"source": [
"# `loc` and `iloc`"
"# Out: `loc` and `iloc`"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Variables"
"# Out: Variables"
]
},
{
Expand Down Expand Up @@ -1869,7 +1869,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down
7 changes: 5 additions & 2 deletions _build/html/_to_be_deleted_later/admonition_boxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,11 @@
<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_loc_iloc.html"><code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/05_pandas_summary_statistics.html">Summary Statistics</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/05_pandas_plot.html">Introduction to Pandas <code class="docutils literal notranslate"><span class="pre">.plot()</span></code> Method</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_pandas_loc_iloc.html">Out: <code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_03_pandas_subsets.html">Out: Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_variables.html">Out: Variables</a></li>
</ul>
</details></li>
</ul>
Expand Down
7 changes: 5 additions & 2 deletions _build/html/_to_be_deleted_later/intro_old.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,11 @@
<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_loc_iloc.html"><code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/05_pandas_summary_statistics.html">Summary Statistics</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/05_pandas_plot.html">Introduction to Pandas <code class="docutils literal notranslate"><span class="pre">.plot()</span></code> Method</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_pandas_loc_iloc.html">Out: <code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_03_pandas_subsets.html">Out: Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_variables.html">Out: Variables</a></li>
</ul>
</details></li>
</ul>
Expand Down
7 changes: 5 additions & 2 deletions _build/html/_to_be_deleted_later/markdown-notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,11 @@
<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_loc_iloc.html"><code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/05_pandas_summary_statistics.html">Summary Statistics</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/05_pandas_plot.html">Introduction to Pandas <code class="docutils literal notranslate"><span class="pre">.plot()</span></code> Method</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_pandas_loc_iloc.html">Out: <code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_03_pandas_subsets.html">Out: Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_variables.html">Out: Variables</a></li>
</ul>
</details></li>
</ul>
Expand Down
7 changes: 5 additions & 2 deletions _build/html/_to_be_deleted_later/markdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,11 @@
<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_loc_iloc.html"><code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/05_pandas_summary_statistics.html">Summary Statistics</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/05_pandas_plot.html">Introduction to Pandas <code class="docutils literal notranslate"><span class="pre">.plot()</span></code> Method</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_pandas_loc_iloc.html">Out: <code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_03_pandas_subsets.html">Out: Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_variables.html">Out: Variables</a></li>
</ul>
</details></li>
</ul>
Expand Down
9 changes: 6 additions & 3 deletions _build/html/_to_be_deleted_later/notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,11 @@
<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_loc_iloc.html"><code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/05_pandas_summary_statistics.html">Summary Statistics</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/05_pandas_plot.html">Introduction to Pandas <code class="docutils literal notranslate"><span class="pre">.plot()</span></code> Method</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_pandas_loc_iloc.html">Out: <code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_03_pandas_subsets.html">Out: Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../docs/pandas/xx_variables.html">Out: Variables</a></li>
</ul>
</details></li>
</ul>
Expand Down Expand Up @@ -476,7 +479,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 0x1123acb90&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;contextlib.ExitStack at 0x10f61b950&gt;
</pre></div>
</div>
</div>
Expand Down
7 changes: 5 additions & 2 deletions _build/html/docs/101/01_data_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,11 @@
<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_loc_iloc.html"><code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_summary_statistics.html">Summary Statistics</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/05_pandas_plot.html">Introduction to Pandas <code class="docutils literal notranslate"><span class="pre">.plot()</span></code> Method</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_pandas_loc_iloc.html">Out: <code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_03_pandas_subsets.html">Out: Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_variables.html">Out: Variables</a></li>
</ul>
</details></li>
</ul>
Expand Down
7 changes: 5 additions & 2 deletions _build/html/docs/101/02_variables_and_assignment.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,11 @@
<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_loc_iloc.html"><code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_summary_statistics.html">Summary Statistics</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/05_pandas_plot.html">Introduction to Pandas <code class="docutils literal notranslate"><span class="pre">.plot()</span></code> Method</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_pandas_loc_iloc.html">Out: <code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_03_pandas_subsets.html">Out: Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_variables.html">Out: Variables</a></li>
</ul>
</details></li>
</ul>
Expand Down
7 changes: 5 additions & 2 deletions _build/html/docs/101/03_type_conversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,11 @@
<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_loc_iloc.html"><code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_summary_statistics.html">Summary Statistics</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/05_pandas_plot.html">Introduction to Pandas <code class="docutils literal notranslate"><span class="pre">.plot()</span></code> Method</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_pandas_loc_iloc.html">Out: <code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_03_pandas_subsets.html">Out: Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_variables.html">Out: Variables</a></li>
</ul>
</details></li>
</ul>
Expand Down
7 changes: 5 additions & 2 deletions _build/html/docs/101/04_built-in_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,11 @@
<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_loc_iloc.html"><code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_summary_statistics.html">Summary Statistics</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/05_pandas_plot.html">Introduction to Pandas <code class="docutils literal notranslate"><span class="pre">.plot()</span></code> Method</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_pandas_loc_iloc.html">Out: <code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_03_pandas_subsets.html">Out: Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_variables.html">Out: Variables</a></li>
</ul>
</details></li>
</ul>
Expand Down
7 changes: 5 additions & 2 deletions _build/html/docs/101/05_lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,11 @@
<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_loc_iloc.html"><code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/05_pandas_summary_statistics.html">Summary Statistics</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/05_pandas_plot.html">Introduction to Pandas <code class="docutils literal notranslate"><span class="pre">.plot()</span></code> Method</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_pandas_loc_iloc.html">Out: <code class="docutils literal notranslate"><span class="pre">loc</span></code> and <code class="docutils literal notranslate"><span class="pre">iloc</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_03_pandas_subsets.html">Out: Subsets</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pandas/xx_variables.html">Out: Variables</a></li>
</ul>
</details></li>
</ul>
Expand Down
Loading

0 comments on commit d12d24d

Please sign in to comment.