class documentation

class TestFromTxt(LoadTxtBase):

View In Hierarchy

Undocumented

Method test_1​D Undocumented
Method test​_array Undocumented
Method test​_auto​_dtype Undocumented
Method test​_auto​_dtype​_largeint Undocumented
Method test​_auto​_dtype​_uniform Undocumented
Method test​_autonames​_and​_usecols Undocumented
Method test​_autostrip Undocumented
Method test​_binary​_decode​_autodtype Undocumented
Method test​_commented​_header Undocumented
Method test​_comments Undocumented
Method test​_comments​_is​_none Undocumented
Method test​_converters​_cornercases Undocumented
Method test​_converters​_cornercases2 Undocumented
Method test​_converters​_with​_usecols Undocumented
Method test​_converters​_with​_usecols​_and​_names Undocumented
Method test​_default​_field​_format Undocumented
Method test​_dtype​_with​_converters Undocumented
Method test​_dtype​_with​_converters​_and​_usecols Undocumented
Method test​_dtype​_with​_object Undocumented
Method test​_dtype​_with​_object​_no​_converter Undocumented
Method test​_easy​_structured​_dtype Undocumented
Method test​_empty​_file Undocumented
Method test​_fancy​_dtype Undocumented
Method test​_fancy​_dtype​_alt Undocumented
Method test​_file​_is​_closed​_on​_error Undocumented
Method test​_filling​_values Undocumented
Method test​_fixed​_width​_names Undocumented
Method test​_gft​_from​_gzip Undocumented
Method test​_gft​_using​_filename Undocumented
Method test​_gft​_using​_generator Undocumented
Method test​_header Undocumented
Method test​_incomplete​_names Undocumented
Method test​_inconsistent​_dtype Undocumented
Method test​_integer​_delimiter Undocumented
Method test​_invalid​_converter Undocumented
Method test​_invalid​_raise Undocumented
Method test​_invalid​_raise​_with​_usecols Undocumented
Method test​_latin1 Undocumented
Method test​_max​_rows Undocumented
Method test​_missing Undocumented
Method test​_missing​_with​_tabs Undocumented
Method test​_names​_and​_comments​_none Undocumented
Method test​_names​_auto​_completion Undocumented
Method test​_names​_overwrite Undocumented
Method test​_names​_with​_usecols​_bug1636 Undocumented
Method test​_recfromcsv Undocumented
Method test​_recfromtxt Undocumented
Method test​_record Undocumented
Method test​_replace​_space Undocumented
Method test​_replace​_space​_known​_dtype Undocumented
Method test​_shaped​_dtype Undocumented
Method test​_single​_dtype​_w​_explicit​_names Undocumented
Method test​_single​_dtype​_w​_implicit​_names Undocumented
Method test​_single​_dtype​_wo​_names Undocumented
Method test​_skip​_footer Undocumented
Method test​_skip​_footer​_with​_invalid Undocumented
Method test​_skiprows Undocumented
Method test​_spacedelimiter Undocumented
Method test​_squeeze​_scalar Undocumented
Method test​_tricky​_converter​_bug1666 Undocumented
Method test​_unpack​_auto​_dtype Undocumented
Method test​_unpack​_single​_name Undocumented
Method test​_unpack​_structured Undocumented
Method test​_unused​_converter Undocumented
Method test​_usecols Undocumented
Method test​_usecols​_as​_css Undocumented
Method test​_usecols​_with​_integer Undocumented
Method test​_usecols​_with​_named​_columns Undocumented
Method test​_usecols​_with​_structured​_dtype Undocumented
Method test​_user​_filling​_values Undocumented
Method test​_user​_missing​_values Undocumented
Method test​_userconverters​_with​_explicit​_dtype Undocumented
Method test​_utf8​_byte​_encoding Undocumented
Method test​_utf8​_file Undocumented
Method test​_utf8​_file​_nodtype​_unicode Undocumented
Method test​_utf8​_userconverters​_with​_explicit​_dtype Undocumented
Method test​_with​_masked​_column​_uniform Undocumented
Method test​_with​_masked​_column​_various Undocumented
Method test​_withmissing Undocumented
Method test​_withmissing​_float Undocumented
Class Variable loadfunc Undocumented

Inherited from LoadTxtBase:

Method check​_compressed Undocumented
Method test​_binary​_decode Undocumented
Method test​_compressed​_bz2 Undocumented
Method test​_compressed​_gzip Undocumented
Method test​_compressed​_lzma Undocumented
Method test​_converters​_decode Undocumented
Method test​_converters​_nodecode Undocumented
Method test​_encoding Undocumented
Method test​_stringload Undocumented
def test_1D(self):

Undocumented

def test_array(self):

Undocumented

def test_auto_dtype(self):

Undocumented

def test_auto_dtype_largeint(self):

Undocumented

def test_auto_dtype_uniform(self):

Undocumented

def test_autonames_and_usecols(self):

Undocumented

def test_autostrip(self):

Undocumented

def test_binary_decode_autodtype(self):

Undocumented

def test_commented_header(self):

Undocumented

def test_comments(self):

Undocumented

def test_comments_is_none(self):

Undocumented

def test_converters_cornercases(self):

Undocumented

def test_converters_cornercases2(self):

Undocumented

def test_converters_with_usecols(self):

Undocumented

def test_converters_with_usecols_and_names(self):

Undocumented

def test_default_field_format(self):

Undocumented

def test_dtype_with_converters(self):

Undocumented

def test_dtype_with_converters_and_usecols(self):

Undocumented

def test_dtype_with_object(self):

Undocumented

def test_dtype_with_object_no_converter(self):

Undocumented

def test_easy_structured_dtype(self):

Undocumented

def test_empty_file(self):

Undocumented

def test_fancy_dtype(self):

Undocumented

def test_fancy_dtype_alt(self):

Undocumented

def test_file_is_closed_on_error(self):

Undocumented

def test_filling_values(self):

Undocumented

def test_fixed_width_names(self):

Undocumented

def test_gft_from_gzip(self):

Undocumented

def test_gft_using_filename(self):

Undocumented

def test_gft_using_generator(self):

Undocumented

def test_header(self):

Undocumented

def test_incomplete_names(self):

Undocumented

def test_inconsistent_dtype(self):

Undocumented

def test_integer_delimiter(self):

Undocumented

def test_invalid_converter(self):

Undocumented

def test_invalid_raise(self):

Undocumented

def test_invalid_raise_with_usecols(self):

Undocumented

def test_latin1(self):

Undocumented

def test_max_rows(self):

Undocumented

def test_missing(self):

Undocumented

def test_missing_with_tabs(self):

Undocumented

def test_names_and_comments_none(self):

Undocumented

def test_names_auto_completion(self):

Undocumented

def test_names_overwrite(self):

Undocumented

def test_names_with_usecols_bug1636(self):

Undocumented

def test_recfromcsv(self):

Undocumented

def test_recfromtxt(self):

Undocumented

def test_record(self):

Undocumented

def test_replace_space(self):

Undocumented

def test_replace_space_known_dtype(self):

Undocumented

def test_shaped_dtype(self):

Undocumented

def test_single_dtype_w_explicit_names(self):

Undocumented

def test_single_dtype_w_implicit_names(self):

Undocumented

def test_single_dtype_wo_names(self):

Undocumented

def test_skip_footer(self):

Undocumented

def test_skip_footer_with_invalid(self):

Undocumented

def test_skiprows(self):

Undocumented

def test_spacedelimiter(self):

Undocumented

def test_squeeze_scalar(self):

Undocumented

def test_tricky_converter_bug1666(self):

Undocumented

def test_unpack_auto_dtype(self):

Undocumented

def test_unpack_single_name(self):

Undocumented

def test_unpack_structured(self):

Undocumented

def test_unused_converter(self):

Undocumented

def test_usecols(self):

Undocumented

def test_usecols_as_css(self):

Undocumented

def test_usecols_with_integer(self):

Undocumented

def test_usecols_with_named_columns(self):

Undocumented

def test_usecols_with_structured_dtype(self):

Undocumented

def test_user_filling_values(self):

Undocumented

def test_user_missing_values(self):

Undocumented

def test_userconverters_with_explicit_dtype(self):

Undocumented

def test_utf8_byte_encoding(self):

Undocumented

def test_utf8_file(self):

Undocumented

def test_utf8_file_nodtype_unicode(self):

Undocumented

def test_utf8_userconverters_with_explicit_dtype(self):

Undocumented

def test_with_masked_column_uniform(self):

Undocumented

def test_with_masked_column_various(self):

Undocumented

def test_withmissing(self):

Undocumented

def test_withmissing_float(self):

Undocumented

loadfunc =

Undocumented