bartz.DataFrame

class bartz.DataFrame(*args, **kwargs)[source]

DataFrame duck-type for Bart.

property columns: Collection[str][source]

The names of the columns.

to_numpy()[source]

Convert the dataframe to a 2d numpy array with columns on the second axis.

Return type:

Shaped[ndarray, '*shape']