Skip to content

Fixes Update docs on reserved attributes #20878 #20933

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 4 commits into from
May 8, 2018

Conversation

sharad-vm
Copy link
Contributor

@codecov
Copy link

codecov bot commented May 2, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@d15c104). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #20933   +/-   ##
=========================================
  Coverage          ?   91.81%           
=========================================
  Files             ?      153           
  Lines             ?    49478           
  Branches          ?        0           
=========================================
  Hits              ?    45429           
  Misses            ?     4049           
  Partials          ?        0
Flag Coverage Δ
#multiple 90.21% <ø> (?)
#single 41.85% <ø> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d15c104...455c38a. Read the comment docs.

@@ -235,7 +235,7 @@ as an attribute:
- The attribute will not be available if it conflicts with an existing method name, e.g. ``s.min`` is not allowed.

- Similarly, the attribute will not be available if it conflicts with any of the following list: ``index``,
``major_axis``, ``minor_axis``, ``items``, ``labels``.
``major_axis``, ``minor_axis``, ``items``, ``labels``. However, in 0.23.0 and later, ``labels`` will be available.
Copy link
Contributor

Choose a reason for hiding this comment

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

just remove it from the list instead.

@jreback jreback added the Docs label May 3, 2018
@jreback jreback added this to the 0.23.0 milestone May 3, 2018
@jreback jreback merged commit 2299693 into pandas-dev:master May 8, 2018
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.

Update docs on reserved attributes
2 participants