I am making a plotly plot with this data from 538. The dates are organized but when I produce a plot (dates as x-axis), it starts with October, then November, then July, and then it's finally in order.
This is all I am doing for code right now.
plot_ly(weather, x = ~date, y = ~actual_min_temp)