Skip to content

DOC: clarified to_excel and read_excel (GH6260) #6302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 9, 2014

Conversation

iled
Copy link
Contributor

@iled iled commented Feb 8, 2014

as discussed in issue #6260

  • io.rst: added a paragraph explaining the difference in behaviour from 0.12
  • excel.py: added docstring for has_index_names

thanks to jmcnamara

ps: sorry about the pollution with multiple commits, I'm still learning how to rebase/squash


.. code-block:: python

df.to_excel('path_to_file.xlsx', index_label='label', merge_cells=False)
Copy link
Member

Choose a reason for hiding this comment

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

you need an indentation here

@jorisvandenbossche
Copy link
Member

Thanks for the contribution! I just added some small comments.

There also seems something wrong with your history of commits (undo and redo again). You can clean this up by rebasing interactively (https://github.com/pydata/pandas/wiki/Using-Git#wiki-fetch-and-then-rebase-interactively-to-squash-reword-fix-otherwise-change-some-commits) and then squash the 5 commits in one.

as discussed in issue GH6260
. io.rst: added a paragraph explaining the difference in behaviour from
0.12
. excel.py: added docstring for has_index_names
thanks to jmcnamara and jorisvandenbossche
@iled
Copy link
Contributor Author

iled commented Feb 8, 2014

@jorisvandenbossche thanks for the education. Please let me know if everything is correct now.

@jorisvandenbossche
Copy link
Member

That looks very good now! Thanks again

jorisvandenbossche added a commit that referenced this pull request Feb 9, 2014
DOC: clarified to_excel and read_excel (GH6260)
@jorisvandenbossche jorisvandenbossche merged commit cc52d9d into pandas-dev:master Feb 9, 2014
@iled iled deleted the doc branch February 9, 2014 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants