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
Overloading is complete for pontem.Series objects, with an exception that unorderable types: int() < NoneType() error occurs when zeros are present.
pontem.Series
unorderable types: int() < NoneType()
To replicate:
import pontem as pt series = pt.Series(sc=sc, data=range(0, 10)) series //= series
The text was updated successfully, but these errors were encountered:
milesgranger
No branches or pull requests
Overloading is complete for
pontem.Series
objects, with an exception thatunorderable types: int() < NoneType()
error occurs when zeros are present.To replicate:
The text was updated successfully, but these errors were encountered: