ten.make_table(data,labels=None)
Prepares and sets the temporary table (worksheet) as well as its labels.
Syntax
ten.make_table(data,labels=None)
Arguments
data
- A pandas
DataFrame
. labels
- An optional list of column labels.
Returns
make_table
returns a temporary table (worksheet). It is common
practice to use ten.make_table
to create tabu
.
tabu
is required by the accum in order to create a
<tabu>
worksheet.