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
@nikhilwoodruff, a few days ago in commit 7598d96 you added this statement:
policyengine-core/policyengine_core/enums/enum.py
Lines 56 to 57 in 92e3bb6
This statement generates a dozen FutureWarnings of a deprecation as described here:
It would be good to fix this before it becomes an error.
The text was updated successfully, but these errors were encountered:
Just involves replacing array[0] with array.iloc[0]?
array[0]
array.iloc[0]
Sorry, something went wrong.
@MaxGhenis said in issue #238:
Just involves replacing array[0] with array.iloc[0]
Yes, I think so. Certainly that shouldn't be too burdensome for @nikhilwoodruff
No branches or pull requests
@nikhilwoodruff, a few days ago in commit 7598d96 you added this statement:
policyengine-core/policyengine_core/enums/enum.py
Lines 56 to 57 in 92e3bb6
This statement generates a dozen FutureWarnings of a deprecation as described here:
It would be good to fix this before it becomes an error.
The text was updated successfully, but these errors were encountered: