Skip to content

Commit

Permalink
pandas added
Browse files Browse the repository at this point in the history
  • Loading branch information
pryn-kb committed Oct 11, 2024
1 parent 92dcd8d commit ebeb7cb
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified _build/.doctrees/docs/tutorials/tutorials.doctree
Binary file not shown.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
12 changes: 12 additions & 0 deletions _build/html/_sources/docs/tutorials/tutorials.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@
"* [**NumPy** : The Absolute Basics for Beginners](https://numpy.org/doc/stable/user/absolute_beginners.html)"
]
},
{
"cell_type": "markdown",
"id": "d14eeb0f-27bb-4199-8493-588c5d4b655f",
"metadata": {},
"source": [
"## Pandas\n",
"\n",
"Pandas is a Python library for data manipulation and analysis. It provides easy-to-use data structures like DataFrames and Series, making it ideal for handling and analyzing structured data.\n",
"\n",
"* [**Pandas** : Getting Started Tutorials](https://pandas.pydata.org/docs/getting_started/intro_tutorials/index.html)"
]
},
{
"cell_type": "markdown",
"id": "2309e859-835b-417f-9a47-22dd250f19f8",
Expand Down
9 changes: 9 additions & 0 deletions _build/html/docs/tutorials/tutorials.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ <h2> Contents </h2>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#math">Math</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#matplotlib">Matplotlib</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#numpy">Numpy</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#pandas">Pandas</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#scikit-learn">Scikit-Learn</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#scipy">SciPy</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#seaborn">Seaborn</a></li>
Expand Down Expand Up @@ -463,6 +464,13 @@ <h2>Numpy<a class="headerlink" href="#numpy" title="Link to this heading">#</a><
<li><p><a class="reference external" href="https://numpy.org/doc/stable/user/absolute_beginners.html"><strong>NumPy</strong> : The Absolute Basics for Beginners</a></p></li>
</ul>
</section>
<section id="pandas">
<h2>Pandas<a class="headerlink" href="#pandas" title="Link to this heading">#</a></h2>
<p>Pandas is a Python library for data manipulation and analysis. It provides easy-to-use data structures like DataFrames and Series, making it ideal for handling and analyzing structured data.</p>
<ul class="simple">
<li><p><a class="reference external" href="https://pandas.pydata.org/docs/getting_started/intro_tutorials/index.html"><strong>Pandas</strong> : Getting Started Tutorials</a></p></li>
</ul>
</section>
<section id="scikit-learn">
<h2>Scikit-Learn<a class="headerlink" href="#scikit-learn" title="Link to this heading">#</a></h2>
<p>A bit more advanced but essential for machine learning in Python, Scikit-Learn provides simple and efficient tools for data mining and analysis, including classification, regression, and clustering algorithms.</p>
Expand Down Expand Up @@ -551,6 +559,7 @@ <h2>Vega-Altair<a class="headerlink" href="#vega-altair" title="Link to this hea
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#math">Math</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#matplotlib">Matplotlib</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#numpy">Numpy</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#pandas">Pandas</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#scikit-learn">Scikit-Learn</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#scipy">SciPy</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#seaborn">Seaborn</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions _build/jupyter_execute/docs/tutorials/tutorials.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@
"* [**NumPy** : The Absolute Basics for Beginners](https://numpy.org/doc/stable/user/absolute_beginners.html)"
]
},
{
"cell_type": "markdown",
"id": "d14eeb0f-27bb-4199-8493-588c5d4b655f",
"metadata": {},
"source": [
"## Pandas\n",
"\n",
"Pandas is a Python library for data manipulation and analysis. It provides easy-to-use data structures like DataFrames and Series, making it ideal for handling and analyzing structured data.\n",
"\n",
"* [**Pandas** : Getting Started Tutorials](https://pandas.pydata.org/docs/getting_started/intro_tutorials/index.html)"
]
},
{
"cell_type": "markdown",
"id": "2309e859-835b-417f-9a47-22dd250f19f8",
Expand Down
12 changes: 12 additions & 0 deletions docs/tutorials/.ipynb_checkpoints/tutorials-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@
"* [**NumPy** : The Absolute Basics for Beginners](https://numpy.org/doc/stable/user/absolute_beginners.html)"
]
},
{
"cell_type": "markdown",
"id": "d14eeb0f-27bb-4199-8493-588c5d4b655f",
"metadata": {},
"source": [
"## Pandas\n",
"\n",
"Pandas is a Python library for data manipulation and analysis. It provides easy-to-use data structures like DataFrames and Series, making it ideal for handling and analyzing structured data.\n",
"\n",
"* [**Pandas** : Getting Started Tutorials](https://pandas.pydata.org/docs/getting_started/intro_tutorials/index.html)"
]
},
{
"cell_type": "markdown",
"id": "2309e859-835b-417f-9a47-22dd250f19f8",
Expand Down
12 changes: 12 additions & 0 deletions docs/tutorials/tutorials.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@
"* [**NumPy** : The Absolute Basics for Beginners](https://numpy.org/doc/stable/user/absolute_beginners.html)"
]
},
{
"cell_type": "markdown",
"id": "d14eeb0f-27bb-4199-8493-588c5d4b655f",
"metadata": {},
"source": [
"## Pandas\n",
"\n",
"Pandas is a Python library for data manipulation and analysis. It provides easy-to-use data structures like DataFrames and Series, making it ideal for handling and analyzing structured data.\n",
"\n",
"* [**Pandas** : Getting Started Tutorials](https://pandas.pydata.org/docs/getting_started/intro_tutorials/index.html)"
]
},
{
"cell_type": "markdown",
"id": "2309e859-835b-417f-9a47-22dd250f19f8",
Expand Down

0 comments on commit ebeb7cb

Please sign in to comment.