Sun Jul 31 2022 16:44:31 GMT+0000 (Coordinated Universal Time)
Saved by @QuinnFox12
cmt['time'] = pd.to_datetime(cmt['post_time']) cmt_4 = cmt[(cmt['time'] >= '2022-02-01')] #convert df back to string cmt_4["time"] = cmt_4["time"].dt.strftime('%Y:%M:%D')
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments