Iterate

iter

Iterate on the dataframe data points

for (final dataPoint in df.iter()) {
  print("Datapoint: $dataPoint");
}