Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2022 04:06 AM
ok so each time you do an action, the code for your df is executed.
I suspect if you clear state between the two cells that your issue is gone.
Or try to assign to a new dataframe like
df2 = add_time_from_filename(df, 'referential')