Skip to content

Add reference of DataFrame.rename_axis and Series.rename_axis to api.rst #13678

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
Jul 17, 2016

Conversation

shawnheide
Copy link
Contributor

@@ -889,6 +889,7 @@ Reindexing / Selection / Label manipulation
DataFrame.reindex_axis
DataFrame.reindex_like
DataFrame.rename
DataFrame.rename_axis
Copy link
Member

Choose a reason for hiding this comment

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

thx. can u also add to Series?

@sinhrks sinhrks added the Docs label Jul 16, 2016
@sinhrks sinhrks added this to the 0.19.0 milestone Jul 16, 2016
@codecov-io
Copy link

codecov-io commented Jul 16, 2016

Current coverage is 84.38%

Merging #13678 into master will increase coverage by <.01%

@@             master     #13678   diff @@
==========================================
  Files           142        142          
  Lines         51223      51223          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43223      43224     +1   
+ Misses         8000       7999     -1   
  Partials          0          0          

Powered by Codecov. Last updated by d7c028d...0fda07f

@shawnheide shawnheide changed the title Add reference of DataFrame.rename_axis to api.rst Add reference of Series.rename_axis to api.rst Jul 16, 2016
@shawnheide shawnheide changed the title Add reference of Series.rename_axis to api.rst Add reference of DataFrame.rename_axis to api.rst Jul 16, 2016
@shawnheide
Copy link
Contributor Author

@sinhrks I added the commit for Series as requested and squashed the commits together. This is my first PR, so feel free to let me know if there's a better way to do this.

@shawnheide shawnheide changed the title Add reference of DataFrame.rename_axis to api.rst Add reference of DataFrame.rename_axis and Series.rename_axis to api.rst Jul 16, 2016
@TomAugspurger TomAugspurger merged commit 043879f into pandas-dev:master Jul 17, 2016
@TomAugspurger
Copy link
Contributor

Thanks. Congrats on your first PR to pandas 🎉

The changes should show up here a bit after this Travis run finishes.

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.

Missing DataFrame.rename_axis in API Table of Contents
4 participants