This question could be simple to you but I couldn’t figure out. I have a pandas dataframe with information of date column DATE
and a text column LOC
.
DATE LOC
2018-02-24 ANA#1
2020-06-01 ANH#2
2021-07-25 ANO#1
2022-09-16 ANS#2
2023-11-08 ANM#1
How to use matplotlib to put on a graph with the LOC
according to DATE
?