Course Name: Python For Trading!, Section No: 3, Unit No: 3, Unit type: Video
Dear Sir/Madam,
I am not able to understand the resampling vedio. can someone please explain it ?
Thanks,
Akhi
Hi Akhil,
The video talks about the following:
- Fetching data from Quandl: How to use the Quandl data source for fetching historical data
- Reading and writing CSV files: How to read and write CSV files on in your program
- Resampling data: How to resample data. For example, if you have minute data, but you want 15 min candle data, then you resample your "minute" frequency data into "15-minute" frequency.
- Using numpy arrays: How to use numpy arrays with examples
Hope this helps!
Thanks!