class TestStringConverter:
Method | test_creation |
Test creation of a StringConverter |
Method | test_int64_dtype |
Check that int64 integer types can be specified |
Method | test_keep_default |
Make sure we don't lose an explicit default |
Method | test_keep_default_zero |
Check that we don't lose a default of 0 |
Method | test_keep_missing_values |
Check that we're not losing missing values |
Method | test_missing |
Tests the use of missing values. |
Method | test_string_to_object |
Make sure that string-to-object functions are properly recognized |
Method | test_uint64_dtype |
Check that uint64 integer types can be specified |
Method | test_upgrade |
Tests the upgrade method. |
Method | test_upgrademapper |
Tests updatemapper |