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
fromsiubaimport*fromsiuba.dataimportmtcarsimportpandasaspdmtcars>>\
group_by(_.cyl) >>\
head()
#> <siuba.dply.verbs.Pipeable at 0x11aedd6a0>mtcars.groupby("cyl").head(1)
#> mpg cyl disp hp drat wt qsec vs am gear carb021.06160.01103.902.6216.460144222.84108.0933.852.3218.611141418.78360.01753.153.4417.020032
Created on 2020-08-06 by the reprexpy package
siuba/siuba/dply/verbs.py
Lines 1119 to 1121 in 1d0a376
The text was updated successfully, but these errors were encountered: