Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在熊猫我会这样做:
df.groupby('key').first()
vaex 中的等价物是什么?有没有可能做类似的事情?