print small DataFrame to STDOUT and read it back into dataframe
Christian Gollwitzer
auriocus at gmx.de
Mon Apr 6 15:03:28 EDT 2020
Am 06.04.20 um 17:17 schrieb Luca:
> On 4/6/2020 4:08 AM, Reto wrote:
>> Does this help?
>
> Thank you, but not really. What I am trying to achieve is to have a way
> to copy and paste small yet complete dataframes (which may be the result
> of previous calculations) between a document (TXT, Word, GoogleDoc) and
> Jupiter/IPython.
>
> Did I make sense?
>
CSV is the most sensible option here. It is widely supported by
spreadsheets etc. and easily copy/pasteable.
Christian
More information about the Python-list
mailing list