Questions tagged [siuba]

1 questions
0
votes
2 answers

How to match column values and extract indices in siuba?

Objective and data My goal is to look for the values of preceding in vehicle_id at a given frame_id and extract the corresponding value of v_vel in a new column called preceding_vel. I want to use the siuba python package for this purpose. Following…
umair durrani
  • 5,597
  • 8
  • 45
  • 85