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
xref http://stackoverflow.com/questions/12700251/pandas-edge-case-on-boolean-index-into-empty-dataframe
blah = pandas.DataFrame(numpy.empty([0, 1]), columns=['A'], index=pandas.DatetimeIndex([])) blah[numpy.array([], bool)]
Empty DataFrame
blah[numpy.array([], bool)] = 0.0
The text was updated successfully, but these errors were encountered:
This is caused by an upstream bug in NumPy (http://github.com/numpy/numpy/issues/2704). I will work around
Sorry, something went wrong.
d9035b1
wesm
No branches or pull requests
xref http://stackoverflow.com/questions/12700251/pandas-edge-case-on-boolean-index-into-empty-dataframe
Empty DataFrame
The text was updated successfully, but these errors were encountered: