ENH: Index to act like Series for common ops (DataFrame.index.max() crashes) #4551
Labels
Enhancement
Indexing
Related to indexing on series/frames, not to indexes themselves
Internals
Related to non-user accessible pandas implementation
Milestone
related #4056, #5202, #5502, #5519, #6027
I have a DataFrame of length 390,080, with int64 indices.
df.index.size
gives the correct answer of 390,080, butdf.index.max
results in a huge traceback that ends with:Using pandas 0.12.
The text was updated successfully, but these errors were encountered: