type DeliveryLocations struct { ID int Location [2]float64 }
I tried using df := dataframe.LoadStructs(deliveries)
but getting the following error: DataF