Skip to content

Conversation

mquintus
Copy link

@mquintus mquintus commented Nov 9, 2023

This pull request is to fix a bug that occurs due to a change in the Pandas library interface.
The interface of pd.DataFrame.dropna() changed.
The argument subset no longer accepts inputs of type string.

Expected behavior

All notebook cells execute without errors.

Actual behavior

Two cells don't execute.
image
image

Problem solution:

Encapsulate string in a list.

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.

1 participant