Replies: 1 comment
-
Many ways to do it. I simply add another column to the dataframe: df['dow'] = df.index.dayofweek |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys!
I've a CSV file with all the required columns; but, I'd like to buy at specific date and sell at specific date.
For example: sell every monday and buy every Thursday.
Is this possible with this python software?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions