Comment on What would it take to recreate dplyr in Python? (2020)parentComments−kristjansson4yThis is the biggest thing. Indexes are like an extension of array broadcasting to relational data.Not least in that both broadcasting and pandas indicies seem surprising and magical if one doesn’t understand the details.
Comments
This is the biggest thing. Indexes are like an extension of array broadcasting to relational data.
Not least in that both broadcasting and pandas indicies seem surprising and magical if one doesn’t understand the details.