Hi, I wonder what is the best way to represent time series in the arrow. Maybe someone did a research already about different ways of representing these data? Or there is a ready-to-use solution inside the library. Basically, I need a third dimension to the table which is time. One of the solutions is to have a new table for each date, but there are many other ways as well.
-- Best regards, Kirill Lykov