Skip to content

Commit 24a8861

Browse files
author
KrishnaSai2020
committed
moved comment to the side to allow doctest to pass
1 parent 205bc10 commit 24a8861

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/io/stata.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@
178178
179179
>>> itr = pd.read_stata('filename.dta', chunksize=10000)
180180
>>> for chunk in itr:
181-
... # Operate on a single chunk
182-
... chunk.mean()
181+
... chunk.mean() # Operate on a single chunk
183182
184183
>>> import os
185184
>>> os.remove("./filename.dta")

0 commit comments

Comments
 (0)