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
In [77]: empty=pd.DataFrame(pd.np.empty(shape=(0,1))) In [78]: empty Out[78]: Empty DataFrame Columns: [0] Index: [] In [79]: empty.squeeze() Out[79]: Empty DataFrame Columns: [0] Index: []
...but should return a Series
Series
PR coming now
The text was updated successfully, but these errors were encountered:
closed by #11230
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
...but should return a
Series
PR coming now
The text was updated successfully, but these errors were encountered: