Series (Pandas)
A Series is pandas' one-dimensional labeled array — a single column of values paired with an index. It is the building block that DataFrame columns are made of.
A Series is pandas' one-dimensional labeled array — a single column of values paired with an index. It is the building block that DataFrame columns are made of.