-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can I get lagged value of a financial var #458
Comments
It's a little difficult. You have to define the delay function yourself. |
Thanks |
It can be processed in two steps, reading all the data first, and then cutting it yourself, although the processing speed will be slower. It will be troublesome if you use pit data, but if it is factor data, only one additional csv file is needed to store the financial report points in time, such as 0331, 0630, 0931, 1231 or 0501, 0901, 1101. |
@specialuse |
expecting |
This issue is stale because it has been open for three months with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days |
for example i have column "roe" in my dataset, how can i get lag(roe)? i mean not yesterday's roe but the last quarter's roe
thanks
The text was updated successfully, but these errors were encountered: