In the column 1 I want to filter all users looking for specific one and than replace value for this specific user in different column.
So in table 1 is what I got and table 2 what output I need: example
Based on these tables: Filter all XXXX in User column and replace their status for Expired
For the past few hours I have been trying to change my code multiple times but it seems like nothing fully works.
df.to_markdown()ordf.to_csv(), to convert your existing data frame into a post-able format.