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
Another edge case revealed in #28510 . Perhaps won't be relvant if we go through with #28512 but opening for posterity
For whatever reason, this particular combination of values produces a RangeIndex for the columns.
>>> pd.read_json("[]", orient="values", numpy=True).columns RangeIndex(start=0, stop=1, step=1)
Nothing else appears to do that
The text was updated successfully, but these errors were encountered:
numpy argument is deprecated
Sorry, something went wrong.
No branches or pull requests
Another edge case revealed in #28510 . Perhaps won't be relvant if we go through with #28512 but opening for posterity
For whatever reason, this particular combination of values produces a RangeIndex for the columns.
Nothing else appears to do that
The text was updated successfully, but these errors were encountered: