class documentation

class TestStringConverter: (source)

View In Hierarchy

Test StringConverter

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
def test_creation(self): (source)

Test creation of a StringConverter

def test_int64_dtype(self): (source)

Check that int64 integer types can be specified

def test_keep_default(self): (source)

Make sure we don't lose an explicit default

def test_keep_default_zero(self): (source)

Check that we don't lose a default of 0

def test_keep_missing_values(self): (source)

Check that we're not losing missing values

def test_missing(self): (source)

Tests the use of missing values.

def test_string_to_object(self): (source)

Make sure that string-to-object functions are properly recognized

def test_uint64_dtype(self): (source)

Check that uint64 integer types can be specified

def test_upgrade(self): (source)

Tests the upgrade method.

def test_upgrademapper(self): (source)

Tests updatemapper