Replies: 2 comments 1 reply
-
Dear @balbinot For filling in nans, N/A or missing values please use the I hope this helps, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ah i got it.. sorry i misunderstood. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to set certain values in a dataframe to Not Available using the where() statement like in the code below
This runs, but when printing, exporting, or retrieving the values of the new columns I get an error like
If instead I try using a string instead of np.nan, this works fine.
I am using 4.0.0-alpha6
Beta Was this translation helpful? Give feedback.
All reactions