5
5
< meta charset ="utf-8 " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " /> < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
8
- < title > Pandalchemy : Basic Usage — pandalchemy 0.1.0 documentation</ title >
8
+ < title > seekwellpandas : Basic Usage — seekwellpandas 0.1.0 documentation</ title >
9
9
< link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css?v=d1102ebc " />
10
10
< link rel ="stylesheet " type ="text/css " href ="../_static/alabaster.css?v=12dfc556 " />
11
11
< link rel ="stylesheet " type ="text/css " href ="../_static/nbsphinx-code-cells.css?v=2aa19091 " />
35
35
36
36
< div class ="body " role ="main ">
37
37
38
- < section id ="Pandalchemy :-Basic-Usage ">
39
- < h1 > Pandalchemy : Basic Usage< a class ="headerlink " href ="#Pandalchemy :-Basic-Usage " title ="Link to this heading "> ¶</ a > </ h1 >
40
- < p > This notebook demonstrates the basic usage of the Pandalchemy library, which extends pandas with SQL-like functionality.</ p >
38
+ < section id ="seekwellpandas :-Basic-Usage ">
39
+ < h1 > seekwellpandas : Basic Usage< a class ="headerlink " href ="#seekwellpandas :-Basic-Usage " title ="Link to this heading "> ¶</ a > </ h1 >
40
+ < p > This notebook demonstrates the basic usage of the seekwellpandas library, which extends pandas with SQL-like functionality.</ p >
41
41
< section id ="Setup ">
42
42
< h2 > Setup< a class ="headerlink " href ="#Setup " title ="Link to this heading "> ¶</ a > </ h2 >
43
43
< p > First, let’s import the necessary libraries and create some sample data.</ p >
@@ -46,7 +46,7 @@ <h2>Setup<a class="headerlink" href="#Setup" title="Link to this heading">¶</a>
46
46
</ pre > </ div >
47
47
</ div >
48
48
< div class ="input_area highlight-ipython3 notranslate "> < div class ="highlight "> < pre > < span > </ span > import pandas as pd
49
- import pandalchemy as pa
49
+ import seekwellpandas
50
50
51
51
# Create sample data
52
52
people = pd.DataFrame({
@@ -1223,9 +1223,9 @@ <h3>Rename Column<a class="headerlink" href="#Rename-Column" title="Link to this
1223
1223
< div class ="sphinxsidebar " role ="navigation " aria-label ="Main ">
1224
1224
< div class ="sphinxsidebarwrapper ">
1225
1225
< p class ="logo "> < a href ="../index.html ">
1226
- < img class ="logo " src ="../_static/logo.png " alt ="Logo of pandalchemy "/>
1226
+ < img class ="logo " src ="../_static/logo.png " alt ="Logo of seekwellpandas "/>
1227
1227
</ a > </ p >
1228
- < h1 class ="logo "> < a href ="../index.html "> pandalchemy </ a > </ h1 >
1228
+ < h1 class ="logo "> < a href ="../index.html "> seekwellpandas </ a > </ h1 >
1229
1229
1230
1230
1231
1231
@@ -1237,9 +1237,8 @@ <h1 class="logo"><a href="../index.html">pandalchemy</a></h1>
1237
1237
< h3 > Navigation</ h3 >
1238
1238
< p class ="caption " role ="heading "> < span class ="caption-text "> Contents:</ span > </ p >
1239
1239
< ul class ="current ">
1240
- < li class ="toctree-l1 "> < a class ="reference internal " href ="../installation.html "> Installation</ a > </ li >
1241
1240
< li class ="toctree-l1 "> < a class ="reference internal " href ="../api.html "> API Reference</ a > </ li >
1242
- < li class ="toctree-l1 current "> < a class ="current reference internal " href ="# "> Pandalchemy : Basic Usage</ a > < ul >
1241
+ < li class ="toctree-l1 current "> < a class ="current reference internal " href ="# "> seekwellpandas : Basic Usage</ a > < ul >
1243
1242
< li class ="toctree-l2 "> < a class ="reference internal " href ="#Setup "> Setup</ a > </ li >
1244
1243
< li class ="toctree-l2 "> < a class ="reference internal " href ="#Basic-Operations "> Basic Operations</ a > </ li >
1245
1244
< li class ="toctree-l2 "> < a class ="reference internal " href ="#Advanced-Operations "> Advanced Operations</ a > </ li >
0 commit comments