Skip to content

Commit e3d1bc6

Browse files
Error in ipython syntax
1 parent 2de41b3 commit e3d1bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/user_guide/cookbook.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ Ambiguity arises when an index consists of integers with a non-zero start or non
242242
Using isin() to filter for values directly (this returns a series of boolean values).
243243

244244
.. ipython:: python
245+
245246
df = pd.DataFrame(
246247
{"AAA": [4, 5, 6, 7], "BBB": [10, 20, 30, 40], "CCC": [100, 50, -30, -50]}
247248
)

0 commit comments

Comments
 (0)