I have DataFrame where one column names "X" has value and second "Y" is timestamp, DataFrame looks like below:
The type of this column "X" is "int64", type of column "Y" is "object". My question is how can I create time series chart for these columns in my DataFrame.
I would like achieve something like below, nevetheles graph below concerns a time series over the years and I need changes over the days or months: