Skip to content

Conversation

kshedden
Copy link
Contributor

@kshedden kshedden commented Mar 6, 2015

Related to #9493

for df in reader:
do_something(df)
.. ipython:: python
reader = pd.read_stata('stata.dta', chunksize=3)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There needs to be a blank line between the .. ipython:: python (directive command) and the actual code content

@jorisvandenbossche jorisvandenbossche added this to the 0.16.0 milestone Mar 6, 2015
@jorisvandenbossche
Copy link
Member

Thanks for the fix ups! One more comment, on this line https://github.com/pydata/pandas/pull/9601/files#diff-bb262b5e18f651a4357476b250d4b255R3865 there is also a backtick too much

jreback added a commit that referenced this pull request Mar 6, 2015
Fix several stata doc issues
@jreback jreback merged commit b3ff5eb into pandas-dev:master Mar 6, 2015
@jreback
Copy link
Contributor

jreback commented Mar 6, 2015

@kshedden thanks!

@kshedden kshedden deleted the stata_doc branch November 12, 2015 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants