I have a DataFrame that is constantly being updated. To see its content, I print the it to the console on each update.
How can I see, in a separate window, the current state of the DataFrame (real-time update)?
I have a DataFrame that is constantly being updated. To see its content, I print the it to the console on each update.
How can I see, in a separate window, the current state of the DataFrame (real-time update)?