Skip to content
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

Improved use of GitHub Actions + pandas warning fix #101

Merged
merged 22 commits into from
Dec 9, 2024
Merged

Conversation

bedroesb
Copy link
Collaborator

@bedroesb bedroesb commented Nov 29, 2024

@bedroesb bedroesb requested a review from bgruening December 4, 2024 17:16
@bedroesb
Copy link
Collaborator Author

bedroesb commented Dec 4, 2024

This should also fix the deprecated dependency.

@bedroesb bedroesb marked this pull request as draft December 4, 2024 17:18
@bedroesb
Copy link
Collaborator Author

bedroesb commented Dec 4, 2024

Sorry I just noticed I still have to test some local changes I didn't push, sorry for the spam!

@bedroesb bedroesb marked this pull request as ready for review December 7, 2024 14:47
@bedroesb
Copy link
Collaborator Author

bedroesb commented Dec 7, 2024

@bgruening I don't understand why I didn't add all these test before, but at least they are now there ... :)

Copy link
Member

@bgruening bgruening left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coool! Thanks @bedroesb

Only one small comment.

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it would be enough if we test for the lower and upper bound?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

genius!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is hard to review, I guess we trust the tests :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder what went wrong with this file 🤔 I added multiple .Series(dtype='str') to keep Pandas happy

@bedroesb bedroesb merged commit b58e4db into master Dec 9, 2024
8 checks passed
@bgruening bgruening deleted the pandas-df branch December 9, 2024 17:38
@bgruening
Copy link
Member

Cool, great stuff @bedroesb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dtype incompatible with float64 warning when writing to pandas df
2 participants