Date is not working even when date column is set to index
问题 I have a multiple dataframe dictionary where the index is set to 'Date' but am having a trouble to capture the specific day of a search. Dictionary created as per link: Call a report from a dictionary of dataframes Then I tried to add the following column to create specific days for each row: df_dict[k]['Day'] = pd.DatetimeIndex(df['Date']).day It´s not working. The idea is to separate the day of the month only (from 1 to 31) for each row. When I call the report, it will give me the day of