-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Adding Comparison and Indexing methods to DataFrameMixin #58
Conversation
… 53-tests-for-polarsmixin
… 53-tests-for-polarsmixin
… 53-tests-for-polarsmixin
… 53-tests-for-polarsmixin
… 53-tests-for-polarsmixin
for more information, see https://pre-commit.ci
…r20/mesa-frames into 53-tests-for-polarsmixin
…r20/mesa-frames into comparisons-mixin
Codecov ReportAttention: Patch coverage is
|
Was wondering, is this feature a dependency of Sugarscape IG? If not, under which situation can this be showcased? |
It's a dependency for GridPolars. Polars DFs do not have mathematical operators (like *, /, +), logical operators (like |, &) or indexes, differently from pandas. This PR bridges the gap, since I used some operators in GridDF. Look here |
This PR adds some useful methods for comparing DFs with other DFs or Series.
New methods: