rocketlaunchr / dataframe-go

DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration
Other
1.16k stars 93 forks source link

Timeindex and Resample like pandas #31

Closed ShuxiangCao closed 1 year ago

ShuxiangCao commented 4 years ago

Hi, This is a very helpful package, I was wondering do we have plans implementing Timeindex for series / dataframe and implement resample just like pandas? Could be extremely useful. If no one is doing it I am happy to contribute.

pjebs commented 4 years ago

I've definitely wanted to implement them. Just didn't have time. If you can build a prototype, I can get a feel for how you plan to implement it. It will probably go into the utils package and not the pandas package.

ShuxiangCao commented 4 years ago

Perfect! I'll let you know once I have a prototype.

pjebs commented 4 years ago

https://towardsdatascience.com/using-the-pandas-resample-function-a231144194c4

zdevwu commented 4 years ago

@SachinCompton how is it going with the prototype?

pjebs commented 4 years ago

@zdevwu do you want to have a go at this?

mrogojanu commented 3 years ago

Hi, just wondering if this is progressing or not. Looking forward for an alternative to pandas for time series manipulation. Thanks.

pjebs commented 3 years ago

I'm working on a different feature at the moment.

ShuxiangCao commented 1 year ago

I apologize for not having written anything about it three years ago. I had a break from the pandemic but immediately caught into other obligations. I am resolving all the issues in my GitHub and stumbled upon this one. Please accept my apology. However, I may not have enough time to contribute at the moment, so I am closing the issue for now.