'how to show numeric data in seaborn

I am analyzing the covid 19 data in Seaborn, I have taken a specific state Maharashtra I have given the x='Dates' and for y = "Deaths" data = maha and color = g like this👇 colde of mine but when I run my output of Date becomes messed up. like this👇 enter image description here How do I show "date" as in date format like 2020-05-03,👇 given_date

Please provide a solution on how I can achieve this format 👆👆👆



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source