Basics
Basics
Arrays
Used for the efficient storage of a homogeneous data collection.
For heterogeneous data we would uyse tabular data, e.g., a dataframe.
array = []
array.append("x")
Used for the efficient storage of a homogeneous data collection.
For heterogeneous data we would uyse tabular data, e.g., a dataframe.
array = []
array.append("x")