Module pyreport.table

A module for generating LaTeX tables.

Classes

class Table (data, name='table', caption='', label='')

Class to hold LaTeX tables.

Tables can be created from pandas DataFrames.

Constructor for Table.

Parameters

data : pandas.DataFrame or str
Data to hold. If str, then it is assumed to be a path to a .csv-file.
name : str, optional
Name of table, by default "table".
caption : str, optional
Caption of table, by default "".
label : str, optional
Label of table, by default "".

Ancestors

Inherited members