willyg23 / UFC-Machine-Learning-and-Data-Visualization

0 stars 0 forks source link

change the 'date' column in ufc_old_data and the 'event_date' column in final_df from MM-DD-YYYY format to YYYY-MMM-DD format. #8

Closed willyg23 closed 5 months ago

willyg23 commented 5 months ago

YYYY-MM-DD format is the ISO format for datetime objects, so this makes converting columns to datetime objects easier, which we do in our merge_fight_data function.