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

pandas.DataFrame.fillna is deprecated #1080

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Conversation

xzdandy
Copy link
Collaborator

@xzdandy xzdandy commented Sep 8, 2023

From panda 2.1.0, pandas.DataFrame.fillna is deprecated, we should use pandas.DataFrame.ffill instead.

Reference: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.fillna.html

@xzdandy xzdandy added the Minor 💅 Polishing EVA is always nice label Sep 8, 2023
@xzdandy xzdandy self-assigned this Sep 8, 2023
@xzdandy xzdandy added this to the v0.3.5 milestone Sep 8, 2023
@jiashenC jiashenC merged commit f8eb83a into staging Sep 8, 2023
6 checks passed
@jiashenC jiashenC deleted the fillna_deprecated branch September 8, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor 💅 Polishing EVA is always nice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants