HamoyeHQ / 05-bitcoin-trading

6 stars 8 forks source link

Resampled the 'Volume_(Currency)' column #16

Closed FiyinfobaO closed 3 years ago

FiyinfobaO commented 3 years ago

I resampled the 'Volume_(Currency)' column time series to both daily, weekly and monthly timeframes.

Here is the link to the notebook

Here is the link to the card

Jolomi-Tosanwumi commented 3 years ago

Nice one Foba. I would suggest you use .sum() after resampling because 'volume_(currency)' is the total currency traded. So if re sampled to a daily time frame, it would be the sum of all the volumes for that day. Thank you.