Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[druid] fix bug around handling NULLs (#4358)
fillna would miss out on identifying STRING columns for Druid and replace None in string columns with a numeric `0`. This mixed type column would confuse pandas down the line on some operations like `df.pivot_table`.
- Loading branch information