Skip to content

Commit 8274204

Browse files
committed
deploy: 27e2c94
1 parent 6f75af9 commit 8274204

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

_sources/docs/pandas/02_Pandas_tabular_data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1993,7 +1993,7 @@
19931993
"source": [
19941994
"The `to_excel()` method is used to save the `DataFrame` to an Excel file.\n",
19951995
"\n",
1996-
"The parameter `index=False` specifies that we do not want to include the row index in the Excel file."
1996+
"The argument `index=False` specifies that we do not want to include the row index in the Excel file."
19971997
]
19981998
},
19991999
{
@@ -2392,7 +2392,7 @@
23922392
"name": "python",
23932393
"nbconvert_exporter": "python",
23942394
"pygments_lexer": "ipython3",
2395-
"version": "3.11.4"
2395+
"version": "3.12.5"
23962396
}
23972397
},
23982398
"nbformat": 4,

_to_be_deleted_later/notebooks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ <h2>Code blocks and outputs<a class="headerlink" href="#code-blocks-and-outputs"
459459
</div>
460460
</div>
461461
<div class="cell_output docutils container">
462-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;contextlib.ExitStack at 0x7f47a4285280&gt;
462+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;contextlib.ExitStack at 0x7fb3946374d0&gt;
463463
</pre></div>
464464
</div>
465465
</div>

docs/pandas/02_Pandas_tabular_data.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
3333
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
3434
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
35-
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
35+
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css?v=be8a1c11" />
3636
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css?v=4fa983c6" />
3737
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
3838

@@ -1689,7 +1689,7 @@ <h2><i class="fa-solid fa-pencil"></i> Exercise<a class="headerlink" href="#exer
16891689
<section id="reading-and-writing-excel-files">
16901690
<h2>Reading and writing Excel files<a class="headerlink" href="#reading-and-writing-excel-files" title="Link to this heading">#</a></h2>
16911691
<p>The <code class="docutils literal notranslate"><span class="pre">to_excel()</span></code> method is used to save the <code class="docutils literal notranslate"><span class="pre">DataFrame</span></code> to an Excel file.</p>
1692-
<p>The parameter <code class="docutils literal notranslate"><span class="pre">index=False</span></code> specifies that we do not want to include the row index in the Excel file.</p>
1692+
<p>The argument <code class="docutils literal notranslate"><span class="pre">index=False</span></code> specifies that we do not want to include the row index in the Excel file.</p>
16931693
<div class="cell tag_hide-output docutils container">
16941694
<div class="cell_input docutils container">
16951695
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="c1"># Write the DataFrame &#39;titanic&#39; to an Excel file named &#39;titanic.xlsx&#39;.</span>

docs/tutorials/matplotlib.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ <h3>The explicit and the implicit interfaces<a class="headerlink" href="#the-exp
623623
</div>
624624
</div>
625625
<div class="cell_output docutils container">
626-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7efec58d4200&gt;
626+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7f2b90349ac0&gt;
627627
</pre></div>
628628
</div>
629629
<img alt="../../_images/153f0ed72f9b34f954b95237a29f9ddc03ded2c750bda07c9495b1139e783328.png" src="../../_images/153f0ed72f9b34f954b95237a29f9ddc03ded2c750bda07c9495b1139e783328.png" />
@@ -646,7 +646,7 @@ <h3>The explicit and the implicit interfaces<a class="headerlink" href="#the-exp
646646
</div>
647647
</div>
648648
<div class="cell_output docutils container">
649-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7efec3330cb0&gt;
649+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7f2b83fb3b30&gt;
650650
</pre></div>
651651
</div>
652652
<img alt="../../_images/153f0ed72f9b34f954b95237a29f9ddc03ded2c750bda07c9495b1139e783328.png" src="../../_images/153f0ed72f9b34f954b95237a29f9ddc03ded2c750bda07c9495b1139e783328.png" />
@@ -695,7 +695,7 @@ <h3>Making a helper functions<a class="headerlink" href="#making-a-helper-functi
695695
</div>
696696
</div>
697697
<div class="cell_output docutils container">
698-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[&lt;matplotlib.lines.Line2D at 0x7efec3295010&gt;]
698+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[&lt;matplotlib.lines.Line2D at 0x7f2b83eb5550&gt;]
699699
</pre></div>
700700
</div>
701701
<img alt="../../_images/9846484914a106764e9921683f1cc4cdbe007a369708c07083a2e9f6f1f7992b.png" src="../../_images/9846484914a106764e9921683f1cc4cdbe007a369708c07083a2e9f6f1f7992b.png" />
@@ -742,7 +742,7 @@ <h3>Colors<a class="headerlink" href="#colors" title="Link to this heading">#</a
742742
</div>
743743
</div>
744744
<div class="cell_output docutils container">
745-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.collections.PathCollection at 0x7efec32cebd0&gt;
745+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.collections.PathCollection at 0x7f2b83fb05f0&gt;
746746
</pre></div>
747747
</div>
748748
<img alt="../../_images/25946dc5fd37a0285faed1023b3e3485ff2985afc433691e1d7cdb0de008198d.png" src="../../_images/25946dc5fd37a0285faed1023b3e3485ff2985afc433691e1d7cdb0de008198d.png" />
@@ -772,7 +772,7 @@ <h3>Linewidths, linestyles, and markersizes<a class="headerlink" href="#linewidt
772772
</div>
773773
</div>
774774
<div class="cell_output docutils container">
775-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7efec3154200&gt;
775+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7f2b83e3bb30&gt;
776776
</pre></div>
777777
</div>
778778
<img alt="../../_images/4a0e67124b990d31f4f1fbcbe5959791fcc636ab3742271b8050c7e9677dfe60.png" src="../../_images/4a0e67124b990d31f4f1fbcbe5959791fcc636ab3742271b8050c7e9677dfe60.png" />
@@ -879,7 +879,7 @@ <h3>Legends<a class="headerlink" href="#legends" title="Link to this heading">#<
879879
</div>
880880
</div>
881881
<div class="cell_output docutils container">
882-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7efec2fb0500&gt;
882+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7f2b83e84bc0&gt;
883883
</pre></div>
884884
</div>
885885
<img alt="../../_images/539d3f0cdf8930956c1257a8d29e59bf57b46eb3f53d941e5222766df8c1ddcf.png" src="../../_images/539d3f0cdf8930956c1257a8d29e59bf57b46eb3f53d941e5222766df8c1ddcf.png" />
@@ -917,7 +917,7 @@ <h3>Scales<a class="headerlink" href="#scales" title="Link to this heading">#</a
917917
</div>
918918
</div>
919919
<div class="cell_output docutils container">
920-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[&lt;matplotlib.lines.Line2D at 0x7efec2ed7050&gt;]
920+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[&lt;matplotlib.lines.Line2D at 0x7f2b83902ae0&gt;]
921921
</pre></div>
922922
</div>
923923
<img alt="../../_images/571d864460227b151aa35842d5f0817571b6f7619eb70e5630a3066a98029053.png" src="../../_images/571d864460227b151aa35842d5f0817571b6f7619eb70e5630a3066a98029053.png" />

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)