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 na_rep parameter in df.to_csv is not being applied to the columns objects, because of which the column names, if they have null values, are not being written correctly.
Fixes: #6688
na_rep was not being applied to column names, column names can be None too. So this PR introduces changes that will apply na_rep for column names as well.
Describe the bug
na_rep
parameter indf.to_csv
is not being applied to the columns objects, because of which the column names, if they have null values, are not being written correctly.Steps/Code to reproduce bug
Expected behavior
We should also be respecting
na_rep
incase of column names too.Environment overview (please complete the following information)
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsClick here to see environment details
Additional context
Surfaced while running fuzz tests: #6001
The text was updated successfully, but these errors were encountered: