Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[REVIEW] Upgrade
pandas
to1.5
#11617[REVIEW] Upgrade
pandas
to1.5
#11617Changes from 40 commits
a39281b
f87f232
fc1647a
b7b3d76
41d0381
1b92423
7095878
01bd01e
28d12db
47eea3c
8d53832
a558088
5fae833
988443d
d8d545e
817bcf1
ff61af7
092d20c
287756a
f95fd4b
e409cc6
d49ee36
8b6d105
08869aa
9424341
e7b9647
825d6e0
a421ecc
13a1010
5547a48
d97b09c
158d441
d433fa3
ff6b7b2
0cda494
1abc7d9
7e53b8b
eb12f7a
4c19a38
80bbc02
6c9a580
2f00321
645feb5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note, in 1.5. we also further restricted
startswith
/endswith
to only accept a tuple specifically to mirror the stdlibThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did see that change, I'll be opening a follow-up PR because that will need some discussions & libcudf side changes too.