Series
Contents
Series#
A Daft Series is an array of data of a single type, and is usually a column in a DataFrame. |
Creation#
Construct a Series from a Python list. |
|
Construct a Series from an pyarrow array or chunked array. |
|
Construct a Series from a NumPy ndarray. |
|
Construct a Series from a pandas Series. |
Conversion#
Convert this Series to a Python list. |
|
Convert this Series to an pyarrow array. |