I have a a csv file called "amazon_responded.csv" in which I am currently trying to format the dates in one of the columns in the file.
I need to format this date column called "tweet_created_at" into the format of "Nov 01". Ultimately I need to group the data by day, but I cant figure out how to format the date column into the format of "Nov 01".
I have tried using pd.to_datetime but i just can crack the right format.