How can i create a Gota dataframe from struct having the following format

前端 未结 0 1703
无人及你
无人及你 2020-12-02 18:56

type DeliveryLocations struct { ID int Location [2]float64 }

I tried using df := dataframe.LoadStructs(deliveries)

but getting the following error: DataF

相关标签:
回答
  • 消灭零回复
提交回复
热议问题