Question about data analysis

Does Julia have a Pkg or methods that can process temporal data and extract relevant features?
thanks!!!

What is a relevant feature very much depends on the task at hand. What problems are you trying to solve?

hello,i want to solve the question about Power system operation mode clustering,Now I have hourly data,but I want to do it in days,This requires processing of temporal data.

That is still a very vague description, but you may have a look at the following packages.

1 Like

Thank you for your answer!!!I’ll look into it

As Fredrik says it’s hard to say what sort of functionality you really need, but what you describe above (going from hourly do daily frequency) is very basic, so you might want to look at the TimeSeries package, particularly this part of the documentation:

https://juliastats.org/TimeSeries.jl/stable/combine/#collapse-1