We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add some missing properties to Index to match pandas:
names: https://pandas.pydata.org/docs/reference/api/pandas.Index.names.html
dtype: https://pandas.pydata.org/docs/reference/api/pandas.Index.dtype.html
ndim: https://pandas.pydata.org/docs/reference/api/pandas.Index.ndim.html#pandas.Index.ndim
The text was updated successfully, but these errors were encountered:
Closes Bears-R-Us#3213 Index properties
8e6d82d
4103d63
49847a8
Closes #3213 Index properties (#3214)
1f9b862
Co-authored-by: Amanda Potts <[email protected]>
ajpotts
Successfully merging a pull request may close this issue.
Add some missing properties to Index to match pandas:
names:
https://pandas.pydata.org/docs/reference/api/pandas.Index.names.html
dtype:
https://pandas.pydata.org/docs/reference/api/pandas.Index.dtype.html
ndim:
https://pandas.pydata.org/docs/reference/api/pandas.Index.ndim.html#pandas.Index.ndim
The text was updated successfully, but these errors were encountered: