Skip to content

Commit a841ab6

Browse files
committed
Display pandas version
1 parent f01bc96 commit a841ab6

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

source-code/pandas/copy_on_write.ipynb

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"cell_type": "code",
13-
"execution_count": 14,
13+
"execution_count": 1,
1414
"id": "9550bae2-79e5-4db6-b8eb-4b64dbc1b4e1",
1515
"metadata": {},
1616
"outputs": [],
@@ -37,6 +37,27 @@
3737
"The answer to that question seems to depend on the version of `pandas`."
3838
]
3939
},
40+
{
41+
"cell_type": "code",
42+
"execution_count": 3,
43+
"id": "44918d07-7c0c-45ba-a1bc-04a0fa27c06d",
44+
"metadata": {},
45+
"outputs": [
46+
{
47+
"data": {
48+
"text/plain": [
49+
"'2.3.3'"
50+
]
51+
},
52+
"execution_count": 3,
53+
"metadata": {},
54+
"output_type": "execute_result"
55+
}
56+
],
57+
"source": [
58+
"pd.__version__"
59+
]
60+
},
4061
{
4162
"cell_type": "markdown",
4263
"id": "ea08f1e0-78c1-463c-994c-92066363b006",
@@ -1688,7 +1709,7 @@
16881709
"name": "python",
16891710
"nbconvert_exporter": "python",
16901711
"pygments_lexer": "ipython3",
1691-
"version": "3.12.7"
1712+
"version": "3.12.12"
16921713
}
16931714
},
16941715
"nbformat": 4,

0 commit comments

Comments
 (0)