Saturday, October 7, 2023
Python: Regularities at beginning/end of month
An example in Python to create 2 columns:
- ascending from 1st day of month
- and descending from last day of month
using intraday data 10 minutes timeframe.
Useful to explore regularities around end/beginning of month.
I don't know if there is a more efficient way of doing this.
If anyone has a proposal please share.
After many and many tentatives ChatGPT did it almost right....😁
#Pyhton #pythonprogramming #100DaysOfCode
Subscribe to:
Post Comments (Atom)
Yahoo Finance Futures Contracts Historical Data
Futures data downloaded from yahoo finance are not adjusted as continuous contracts. When you download futures data from Yahoo Finance or ma...
-
Futures data downloaded from yahoo finance are not adjusted as continuous contracts. When you download futures data from Yahoo Finance or ma...
-
A working example that compares two dataframes and measures the CPU usage during the comparison: In this example, we have two example dataf...
-
Frustration sets in when overfitting provides results promising on historical data, but that fail in real world. The right balance between ...

No comments:
Post a Comment