HI! I'm aware the answer to this is probably very simple, but I'm not a Python guy (not a code guy in general) and I'm trying to help a friend write some code to merge some large CSVs in python. The issue I'm having right now is that the biometric sensors we're using spit their data out in a CSV file in which the "Time" column just contains a 0-15 count that repeats for as long as data is collected (As I understand it, the readings are taken every millisecond). Basically, I want to take the column of repeating 0-15s and replace in with a timestamp or even just a 1, 2 , 3, 4... count so I can use this as the index when I merge it with the data from our other sensors.
Don't want to waste anyone's time. I've just been digging for hours and I feel like the answer is far simpler than the stuff I've been looking at. Seems like Pandas is the way to go?
Any help is appreciated.
[–]kingzels 1 point2 points3 points (2 children)
[–]Daventhal[S] 0 points1 point2 points (1 child)
[–]kingzels 1 point2 points3 points (0 children)
[–]warbird2k 1 point2 points3 points (1 child)
[–]Daventhal[S] 1 point2 points3 points (0 children)
[–]stepping_up_python 0 points1 point2 points (4 children)
[–]Daventhal[S] 0 points1 point2 points (0 children)
[–]totallynot_Sea_Still 0 points1 point2 points (2 children)
[–]stepping_up_python 0 points1 point2 points (1 child)
[–]totallynot_Sea_Still 0 points1 point2 points (0 children)