Open phofl opened 1 year ago
It seems to me like the underlying issue here is that we're abusing Projection to also mean row selection. Probably we should add some row selection operation and then change __getitem__
to operate differently based on if the meta is series-like or dataframe-like. Thoughts?
I'm +1 on distinguishing between column projection and row selection at the Expr
level (if possible).
Yep that makes the most sense to me as well!
This raises
while
returns