Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasero committed Dec 5, 2024
1 parent 6e40448 commit 9a516bf
Show file tree
Hide file tree
Showing 84 changed files with 3,807 additions and 2,184 deletions.
19 changes: 18 additions & 1 deletion 06_numpy_intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,21 @@
<li class="toctree-l1"><a class="reference internal" href="chapters/module-4/042-numpyII.html">NumPy (Part II)</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-4/043-PandasI-Introduction.html">Introduction to Pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-4/044-PandasII-exploration.html">Pandas: Data Exploration</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-4/045-PandasIII-manipulation.html">Pandas: Data Manipulation</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-4/046-PandasIV-advanced_manipulation_aggregation.html">Pandas: Advanced Data Manipulation and Aggregation</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-4/047-PandasV-Intro_Feature_Engineering.html">Pandas: Introduction to Feature Engineering</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Module 5: R</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="chapters/module-5/051-intro_to_R.html">Introduction to R</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-5/052-data-structures.html">Data Structures</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-5/053-Control-structures.html">Control Structures</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-5/054-functions.html">Functions</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-5/055-tidyverse.html">R for data science: Tidyverse</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Wrapping up</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="chapters/wrap-up.html">Looking Ahead</a></li>
</ul>

</div>
Expand Down Expand Up @@ -650,7 +665,9 @@ <h1>Images are Numerical Data<a class="headerlink" href="#images-are-numerical-d
Requirement already satisfied: fonttools&gt;=4.22.0 in /home/javi/anaconda3/lib/python3.11/site-packages (from matplotlib) (4.51.0)
Requirement already satisfied: kiwisolver&gt;=1.0.1 in /home/javi/anaconda3/lib/python3.11/site-packages (from matplotlib) (1.4.4)
Requirement already satisfied: pyparsing&gt;=2.3.1 in /home/javi/anaconda3/lib/python3.11/site-packages (from matplotlib) (3.0.9)
Requirement already satisfied: python-dateutil&gt;=2.7 in /home/javi/anaconda3/lib/python3.11/site-packages (from matplotlib) (2.9.0.post0)
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Requirement already satisfied: python-dateutil&gt;=2.7 in /home/javi/anaconda3/lib/python3.11/site-packages (from matplotlib) (2.9.0.post0)
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Requirement already satisfied: six&gt;=1.5 in /home/javi/anaconda3/lib/python3.11/site-packages (from python-dateutil&gt;=2.7-&gt;matplotlib) (1.16.0)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9a516bf

Please sign in to comment.