viola.Vcf.get_table
- Vcf.get_table(table_name: str)
Return a table specified in the argument as pandas DataFrame object.
- Parameters
table_name (str) – The name of the table to return.
- Returns
A table specified in the table_name argument.
- Return type
DataFrame
- Raises
TableNotFoundError – If the table_name doesn’t exist in the object.