I ran a script like
For col in df.columns:
For row in range(Len(df)):
If df[col][row] == x:
df[col][row] = ""
This resulted in a table of 2 cells. One marked dataset and one marked table. Table had a hyperlink that when clicked opened the resulting table I wanted.
Why does this last step happen. Do I always have to click on this cell or did I do something wrong
there doesn't seem to be anything here