SeriesInspection extension
Extension for Series inspection methods
- on
Properties
- hasnans → bool
-
Available on Series, provided by the SeriesInspection extension
Check if the Series contains any NaN values.no setter
Methods
-
describeSeries(
{List< double> ? percentiles}) → Series -
Available on Series, provided by the SeriesInspection extension
Generate descriptive statistics (pandas-style). -
firstValidIndex(
) → dynamic -
Available on Series, provided by the SeriesInspection extension
Return the index of the first non-NA value. -
info(
{bool memoryUsage = true}) → void -
Available on Series, provided by the SeriesInspection extension
Print a concise summary of the Series. -
lastValidIndex(
) → dynamic -
Available on Series, provided by the SeriesInspection extension
Return the index of the last non-NA value. -
memoryUsage(
{bool deep = false}) → int -
Available on Series, provided by the SeriesInspection extension
Return the memory usage of the Series in bytes.