I have a DataFrame like this:
Customer Id Date Product
0 001 2020-07-20 tropical fruit
1 002 2020-04-30 whole milk
2 003 2020-09-18 pip fruit
3 004 2020-12-11 other vegetables
4 005 2020-01-02 whole milk
...
and I want to add a column to keep corresponding weekday.
How can I do this?