bartz.Series

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

Series duck-type for Bart.

property name: Hashable[source]

The name of the series.

to_numpy()[source]

Convert the series to a 1d numpy array.

Return type:

Shaped[ndarray, '*shape']