has2k1 / plydata

A grammar for data manipulation in Python
https://plydata.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
276 stars 11 forks source link

Implement `%>%` #15

Closed leonardommarques closed 6 years ago

leonardommarques commented 6 years ago

Is it possible to implement a %>% that does exactly what >> does? On behalf of all R programmers I say it would be very convenient and time saving.

has2k1 commented 6 years ago

It is not possible,%>% is not a valid operator in python.