I have a dataframe that update every week and I want to drop the data older than 6 months
For example:
I have a dataframe from January until now.
Now it's September 14 and I want to drop the old data, in this case from January until March 14.
In the case we are in December, it´ll have from June until December, and so on.
Thank you