pwwang / datar

A Grammar of Data Manipulation in python
https://pwwang.github.io/datar/
MIT License
267 stars 17 forks source link

[QST] 'Tibble' object has no attribute 'to_clipbaord' #172

Closed antonio-yu closed 1 year ago

antonio-yu commented 1 year ago

Question about datar

I want to copy a dataframe to clipboard()

` from datar.all import *

(df >> mutate(test = 1) ).to_clipboard()

'Tibble' object has no attribute 'to_clipbaord'

`

Sometimes the function 'to_clipboard()' works,but sometimes does not.

pwwang commented 1 year ago

Could you point out when it works and when it doesn't, and provide a reproducible and runnable code?