This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Allowing DataFrameGroupBy as input #106
jingmin1987
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I found out that the current implementation only takes
DataFrame
but notDataFrameGroupBy
which is commonly used when processing information on multiple tickers in one go. I made a quick update to allow such and would like to know if you'd like to incorporate this feature.Example dataframe to process:
To compute SMA for all tickers using current implementation:
To compute SMA for all tickers using proposed implementation:
You can take a look at the implementation detail at
master...jingmin1987:master
Beta Was this translation helpful? Give feedback.
All reactions