Rarefaction Table importer
Import file to Table
Input
Output
Configuration
file_format
File format
stringauto xlsx xls csv tsv tab txt autodelimiter
Delimiter character. Only for parsing CSV files
stringauto tab space , ; autoheader
Row to use as the column names. By default the first row is used (i.e. header=0). Set header=-1 to not read column names.
intformat_header_names
If true, the column and row names are formatted to remove special characters and spaces (only '_' are allowed).
boolindex_column
Column to use as the row names. By default no index is used (i.e. index_column=-1).
int-1decimal
Character to recognize as decimal point (e.g. use ‘,’ for European/French data).
string.nrows
Number of rows to import. Useful to read piece of data.
intcomment
Character used to comment lines. Set empty to disable comment lines.
string#encoding
Encoding of the file, 'auto' for automatic detection.
stringautometadata_columns
Columns data to use to tag the rows of the table
List-1column
Metadata column to use to tag rows
stringkeep_in_table
Set True to keep the column in the final table; False otherwise
booltrue