pandas.DataFrame.to_clipboard — pandas 0.16.2 documentation (original) (raw)

Parameters:

excel : boolean, defaults to True

if True, use the provided separator, writing in a csv format for allowing easy pasting into excel. if False, write a string representation of the object to the clipboard

sep : optional, defaults to tab

other keywords are passed to to_csv