Location Berlin, Germany Working on Modelling weather patterns Reading Demons by Dostoevsky Location Berlin, Germany Working on Modelling weather patterns Reading Demons by Dostoevsky
← Back

Basics

1 min read

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")