Open machow opened 5 years ago
This should throw an error
from siuba.data import mtcars from siuba import _, group_by, transmute mtcars >> group_by(_.cyl) >> transmute(cyl = _.cyl + 1),
Instead does terrible things
For timeboxing--recommend splitting by pandas and SQL
This should throw an error
Instead does terrible things