Skip to content

Commit

Permalink
deploy: 9996be8
Browse files Browse the repository at this point in the history
  • Loading branch information
pryn-kb committed Sep 2, 2024
1 parent 76dc5a9 commit 03888d9
Show file tree
Hide file tree
Showing 9 changed files with 724 additions and 286 deletions.
262 changes: 199 additions & 63 deletions _sources/docs/pandas/03_Pandas_subsets.ipynb

Large diffs are not rendered by default.

262 changes: 199 additions & 63 deletions _sources/docs/pandas/03_pandas_subsets.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _to_be_deleted_later/notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,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 0x7f8a643c42c0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;contextlib.ExitStack at 0x7f00d939d040&gt;
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/pandas/02_Pandas_tabular_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css?v=be8a1c11" />
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css?v=4fa983c6" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />

Expand Down
231 changes: 157 additions & 74 deletions docs/pandas/03_Pandas_subsets.html

Large diffs are not rendered by default.

229 changes: 156 additions & 73 deletions docs/pandas/03_pandas_subsets.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/pandas/04-Variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,9 @@ <h2>Assigning Variables<a class="headerlink" href="#assigning-variables" title="
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;&gt;:10: SyntaxWarning: invalid escape sequence &#39;\W&#39;
&lt;&gt;:10: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2407/1664984018.py:10: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2510/1664984018.py:10: SyntaxWarning: invalid escape sequence &#39;\W&#39;
split_words = re.split(&quot;\W+&quot;, lowercase_text)
/tmp/ipykernel_2407/1664984018.py:10: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2510/1664984018.py:10: SyntaxWarning: invalid escape sequence &#39;\W&#39;
split_words = re.split(&quot;\W+&quot;, lowercase_text)
</pre></div>
</div>
Expand Down Expand Up @@ -979,9 +979,9 @@ <h3>Striving for Good Variable Names<a class="headerlink" href="#striving-for-go
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;&gt;:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
&lt;&gt;:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2407/3249180260.py:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2510/3249180260.py:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
sw = re.split(&quot;\W+&quot;, lt)
/tmp/ipykernel_2407/3249180260.py:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2510/3249180260.py:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
sw = re.split(&quot;\W+&quot;, lt)
</pre></div>
</div>
Expand Down Expand Up @@ -1031,9 +1031,9 @@ <h3>Striving for Good Variable Names<a class="headerlink" href="#striving-for-go
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;&gt;:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
&lt;&gt;:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2407/1868761352.py:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2510/1868761352.py:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
split_words = re.split(&quot;\W+&quot;, lowercase_text)
/tmp/ipykernel_2407/1868761352.py:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2510/1868761352.py:3: SyntaxWarning: invalid escape sequence &#39;\W&#39;
split_words = re.split(&quot;\W+&quot;, lowercase_text)
</pre></div>
</div>
Expand Down Expand Up @@ -1145,9 +1145,9 @@ <h2>Re-Assigning Variables<a class="headerlink" href="#re-assigning-variables" t
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;&gt;:6: SyntaxWarning: invalid escape sequence &#39;\W&#39;
&lt;&gt;:6: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2407/3981446915.py:6: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2510/3981446915.py:6: SyntaxWarning: invalid escape sequence &#39;\W&#39;
split_words = re.split(&quot;\W+&quot;, lowercase_text)
/tmp/ipykernel_2407/3981446915.py:6: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2510/3981446915.py:6: SyntaxWarning: invalid escape sequence &#39;\W&#39;
split_words = re.split(&quot;\W+&quot;, lowercase_text)
</pre></div>
</div>
Expand Down Expand Up @@ -1262,7 +1262,7 @@ <h3>Your Turn<a class="headerlink" href="#your-turn" title="Link to this heading
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;&gt;:6: SyntaxWarning: invalid escape sequence &#39;\W&#39;
&lt;&gt;:6: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2407/387211622.py:6: SyntaxWarning: invalid escape sequence &#39;\W&#39;
/tmp/ipykernel_2510/387211622.py:6: SyntaxWarning: invalid escape sequence &#39;\W&#39;
split_words = re.split(&quot;\W+&quot;, lowercase_text)
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/pandas/04_Pandas_loc_iloc.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css?v=be8a1c11" />
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css?v=4fa983c6" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 03888d9

Please sign in to comment.