SeriesDType<T> extension

Extension to add dtype support to Series.

on

Properties

dtypeInfo DType

Available on Series<T>, provided by the SeriesDType extension

Get the DType of this Series.
no setter

Methods

astype(dynamic dtype, {List? categories, bool ordered = false, String errors = 'raise'}) Series

Available on Series<T>, provided by the SeriesDType extension

Convert Series to specified dtype.
memoryUsageByDType() int

Available on Series<T>, provided by the SeriesDType extension

Get memory usage with dtype information.