You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Setting a float into a pandas series of int dtype should cast the series to float, but what happens now is the incoming scalar gets rounded and the series remains int dtype.
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
Describe the bug
Setting a float into a pandas series of int dtype should cast the series to float, but what happens now is the incoming scalar gets rounded and the series remains int dtype.
Steps/Code to reproduce bug
Expected behavior
We should get the same thing as pandas here.
Environment overview (please complete the following information)
22.02
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsAdditional context
Came up during #8693
The text was updated successfully, but these errors were encountered: