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
from stackoverflow
In [67]: s = pandas.Series([pandas.DataFrame(np.random.randn(2,2)) for i in range(5)]) In [68]: s Exception ValueError: ValueError('Cannot call bool() on DataFrame.',) in 'util._checknull' ignored Exception ValueError: ValueError('Cannot call bool() on DataFrame.',) in 'util._checknull' ignored Exception ValueError: ValueError('Cannot call bool() on DataFrame.',) in 'util._checknull' ignored Exception ValueError: ValueError('Cannot call bool() on DataFrame.',) in 'util._checknull' ignored Exception ValueError: ValueError('Cannot call bool() on DataFrame.',) in 'util._checknull' ignored Exception ValueError: ValueError('Cannot call bool() on DataFrame.',) in 'util._checknull' ignored Exception ValueError: ValueError('Cannot call bool() on DataFrame.',) in 'util._checknull' ignored Exception ValueError: ValueError('Cannot call bool() on DataFrame.',) in 'util._checknull' ignored Exception ValueError: ValueError('Cannot call bool() on DataFrame.',) in 'util._checknull' ignored Exception ValueError: ValueError('Cannot call bool() on DataFrame.',) in 'util._checknull' ignored Out[68]: 0 0 1 0 1.821894 -1.268104 1 0. 1 0 1 0 -1.361116 0.809527 1 -0. 2 0 1 0 0.603496 0.034081 1 -0. 3 0 1 0 -0.274753 -0.544456 1 0. 4 0 1 0 -0.699664 0.366191 1 -0.
The text was updated successfully, but these errors were encountered:
c030198
No branches or pull requests
from stackoverflow
The text was updated successfully, but these errors were encountered: