Skip to content

Commit 6f75af9

Browse files
committed
deploy: f7a38a1
1 parent 08f71ac commit 6f75af9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1624
-2316
lines changed

_sources/docs/pandas/01_pandas_dataframe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@
992992
"id": "b7c08842-7765-4783-9916-7325907ef19e",
993993
"metadata": {},
994994
"source": [
995-
"The `axis` argument in `pandas.concat()` determines whether you are combining data along rows or columns:\n",
995+
"The `axis` parameter in `pandas.concat()` determines whether you are combining data along rows or columns:\n",
996996
"\n",
997997
"`axis=0` (Default): Concatenation along Rows\\\n",
998998
"`axis=1`: Concatenation along Columns\n",
@@ -1307,7 +1307,7 @@
13071307
"name": "python",
13081308
"nbconvert_exporter": "python",
13091309
"pygments_lexer": "ipython3",
1310-
"version": "3.11.4"
1310+
"version": "3.12.5"
13111311
}
13121312
},
13131313
"nbformat": 4,

_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,

_sources/docs/pandas/04_pandas_descriptive_statistics.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@
11611161
"source": [
11621162
"```{note}\n",
11631163
"\n",
1164-
"Both `size()` and `count()` can be used in combination with `groupby()`. Whereas `size` includes `NaN` values and just provides the number of rows (size of the table), `count()` excludes the missing values. In the `value_counts()` method, use the `dropna()` argument to include or exclude the `NaN` values."
1164+
"Both `size()` and `count()` can be used in combination with `groupby()`. Whereas `size` includes `NaN` values and just provides the number of rows (size of the table), `count()` excludes the missing values. In the `value_counts()` method, use the `dropna` parameter to include or exclude the `NaN` values."
11651165
]
11661166
},
11671167
{
@@ -1205,7 +1205,7 @@
12051205
"name": "python",
12061206
"nbconvert_exporter": "python",
12071207
"pygments_lexer": "ipython3",
1208-
"version": "3.11.8"
1208+
"version": "3.12.5"
12091209
}
12101210
},
12111211
"nbformat": 4,

_static/scripts/bootstrap.js.map

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

_static/scripts/fontawesome.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*!
2+
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
3+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4+
* Copyright 2024 Fonticons, Inc.
5+
*/

_static/scripts/fontawesome.js.map

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

_static/scripts/pydata-sphinx-theme.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.

_static/scripts/pydata-sphinx-theme.js.map

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

_static/styles/pydata-sphinx-theme.css

Lines changed: 31 additions & 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)