SeriesDType<T> extension
Extension to add dtype support to Series.
- on
-
- Series<
T>
- Series<
Properties
- dtypeInfo → DType
-
Available on Series<
Get the DType of this Series.T> , provided by the SeriesDType extensionno setter
Methods
-
astype(
dynamic dtype, {List? categories, bool ordered = false, String errors = 'raise'}) → Series -
Available on Series<
Convert Series to specified dtype.T> , provided by the SeriesDType extension -
memoryUsageByDType(
) → int -
Available on Series<
Get memory usage with dtype information.T> , provided by the SeriesDType extension