You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copying dataframe with to_clipboard and Qt gives different results: when pasted to Excel there's one more empty line. It may be unexpected and overwrite important data.
When looking into clipboard with Free Clipboard Viewer we can see that Qt uses CR+LF linebreaks:
and pandas uses LF:
Maybe this is the source of problem.