X-lab2017 / open-digger

Open source analysis tools
https://open-digger.cn
Apache License 2.0
290 stars 86 forks source link

[question] How to get quartly data from the monthly data #1388

Closed WillemJiang closed 1 year ago

WillemJiang commented 1 year ago

Description

As I need to generate the quarterly project report, some metrics can be summarized from the monthly data.
But it doesn't make sense if we put the index monthly data together for a quarterly index.
Can we get the index data quarterly from the open digger?

frank-zsy commented 1 year ago

@WillemJiang Thanks for mentioning this.

For some simple statistical metrics, we can use monthly data to generate the quarterly data.

Actually according to #1105 , for all the metrics in OpenDigger, we are planning to export quarterly and yearly data as well, but not implemented yet. I will work on this recently so we can easily retrieve quarterly and yearly data in the metrics file too.

frank-zsy commented 1 year ago

/self-assign