I've imported data as a DataFrame. It is being indexed by date range
I've imported data as a DataFrame. It is being indexed by date range that I have specified. But when I use df.columns it doesn't "see" the dates as part of the df. How do I transform the date index column to be part of said df?