Skip to content
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

Update core.py & utils.py #382

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

finiya
Copy link

@finiya finiya commented Nov 21, 2024

  1. modify download_returns() at utils.py to take start_date and end_date.
  2. Adopted Fix UnsupportedFunctionCal  #375 solution on if resample
  3. Suppress pandas future warning by changing df['col'].ffill(inplace=True) to df['col'] = df['col'].ffill()
Screenshot 2024-11-21 at 18 42 58

allow download_returns() to take in Start_date and End_date as pd.DatetimeIndex array.
1. Adopted ranaroussi#375 fixes on resample
2. modify df["col"].ffill(inplace=True) to df["col"] = df["col"].ffill()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant