twinlab.Dataset.summarise#

Dataset.summarise(verbose=False)[source]#

Show summary statistics for a dataset that exists on the twinLab cloud.

Parameters:

verbose (bool, optional) – Display information about the operation while running.

Returns:

A pandas.DataFrame with summary statistics.

Return type:

pandas.DataFrame

Example

dataset = tl.Dataset("my_dataset")
dataset.summarise()
               x          y
count  10.000000  10.000000
mean    0.544199   0.029383
std     0.229352   0.748191
min     0.226851  -0.960764
25%     0.399865  -0.694614
50%     0.516123   0.087574
75%     0.693559   0.734513
max     0.980764   0.921553