mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
ENH: Make None the default for string columns.
This commit is contained in:
@@ -54,6 +54,7 @@ _FILLVALUE_DEFAULTS = {
|
||||
float32_dtype: nan,
|
||||
float64_dtype: nan,
|
||||
datetime64ns_dtype: NaTns,
|
||||
object_dtype: None,
|
||||
}
|
||||
|
||||
INT_DTYPES_BY_SIZE_BYTES = {
|
||||
|
||||
Reference in New Issue
Block a user