| Parameters: | 
Reader – Reader class (DEPRECATED) (default= Basic)Inputter – Inputter classOutputter – Outputter classdelimiter – column delimiter stringcomment – regular expression defining a comment line in tablequotechar – one-character string to quote fields containing special charactersheader_start – line index for the header line not counting comment linesdata_start – line index for the start of data not counting comment linesdata_end – line index for the end of data (can be negative to count from end)converters – dict of convertersdata_Splitter – Splitter class to split data columnsheader_Splitter – Splitter class to split header columnsnames – list of names corresponding to each data columninclude_names – list of names to include in output (default=None selects all names)exclude_names – list of names to exlude from output (applied after include_names)fill_values – specification of fill values for bad or missing table valuesfill_include_names – list of names to include in fill_values (default=None selects all names)fill_exclude_names – list of names to exlude from fill_values (applied after fill_include_names) | 
|---|