I have a table of data imported from a CSV file into a DataFrame.
The data contains around 10 categorical fields, 1 month column (in date time format) and the rest are data series.
How do I convert the date column into an index across the the column axis?