Is there a way to read a fixed widths file from clipboard to a dataframe in pandas/python? I have a datatable I c/p from an application and I am attempting to use an automation tool to load it directly into a jupyter notebook. I only know about pd.read_fwf which requires reading a text file. Is there a work around?
Thanks for your help!