Resampling Clarification

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:

  1. Fetching data from Quandl: How to use the Quandl data source for fetching historical data


  2. Reading and writing CSV files: How to read and write CSV files on in your program


  3. 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.


  4. Using numpy arrays: How to use numpy arrays with examples



    Hope this helps!

    Thanks!