I was looking to import a csv file and plot it, but to my surprise the plot is looking wierd because the date format changes after 11th value. Pandas is interpreting the date format as incorrect.
My dataset starts from 2nd April 2016. the csv file is this
the df.head shows this
[]
from 11th datapoint , the head() gives one format, then from 12th datapoint the format changes. This has confused me because the plot function also gives weird plot like this
[]
Can someone please guide me where am i making a mistake. I want to plot sales data from 02nd April 2016 to 15th Feb 2019 in a series. FYI: the excel sheets look like this
[]