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
xref #16079 (adding lowercase n/a to default missing values) - I have a case where I want to treat 'n/a' as non-missing, but keep the rest of the default behavior. It seems this is about the best I can do, which involves an internal value.
Not suggesting reverting #16079, but wonder if if there might be a better way to expose through some kind of option? Initial idea was something like pd.options.na_values (set to the current _NA_VALUES), though might be issues using a mutable value as an option. Also could expose something like pd.io.DEFAULT_NA_VALUES
The text was updated successfully, but these errors were encountered:
xref #16079 (adding lowercase
n/a
to default missing values) - I have a case where I want to treat'n/a'
as non-missing, but keep the rest of the default behavior. It seems this is about the best I can do, which involves an internal value.Not suggesting reverting #16079, but wonder if if there might be a better way to expose through some kind of option? Initial idea was something like
pd.options.na_values
(set to the current_NA_VALUES
), though might be issues using a mutable value as an option. Also could expose something likepd.io.DEFAULT_NA_VALUES
The text was updated successfully, but these errors were encountered: