I have a Dataframe with dates in the index and the name of some product as columns titles.
In order to do some calculations I want to get the data from a column but only from one date to another. I know how to get a single row or column from a dataframe but how to get this kind of subset. I attach an image of the DataFrame to make it more visual.