Skip to content

Conversation

@jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche added Docs Internals Related to non-user accessible pandas implementation labels Nov 5, 2018
@jorisvandenbossche jorisvandenbossche added this to the 0.24.0 milestone Nov 5, 2018
@pep8speaks
Copy link

Hello @jorisvandenbossche! Thanks for submitting the PR.

@codecov
Copy link

codecov bot commented Nov 5, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #23507   +/-   ##
=========================================
  Coverage          ?   92.23%           
=========================================
  Files             ?      161           
  Lines             ?    51197           
  Branches          ?        0           
=========================================
  Hits              ?    47220           
  Misses            ?     3977           
  Partials          ?        0
Flag Coverage Δ
#multiple 90.61% <ø> (?)
#single 42.27% <ø> (?)
Impacted Files Coverage Δ
pandas/core/indexes/base.py 96.46% <ø> (ø)

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 bd98841...36543b9. Read the comment docs.

Copy link
Member

@gfyoung gfyoung left a comment

Choose a reason for hiding this comment

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

@jbrockmendel : If this looks good to you, go and merge!

index | values | _values | _ndarray_values |
----------------- | --------------- | ------------- | --------------- |
Index | ndarray | ndarray | ndarray |
CategoricalIndex | Categorical | Categorical | codes |
Copy link
Contributor

Choose a reason for hiding this comment

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

codes -> ndarray[int]

@jorisvandenbossche jorisvandenbossche merged commit ce62a5c into pandas-dev:master Nov 8, 2018
JustinZhengBC pushed a commit to JustinZhengBC/pandas that referenced this pull request Nov 14, 2018
tm9k1 pushed a commit to tm9k1/pandas that referenced this pull request Nov 19, 2018
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Docs Internals Related to non-user accessible pandas implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Index._values docstring for PeriodArray, IntervalArray

5 participants