I have sensor readings stored as a csv file from different users with their respective time stamps. I want to process the data separately using pandas and plot the sensor readings of all the users in a single figure. I used glob to aggregate all the csv files, and then inserted them into a data frame. I wanted to calculate the frequency of recordings in each file and then plot the readings of all the files in a single figure. Instead, all of the the values are getting appended one after another into a single file.
put on hold as too broad by Morgan Thrapp, EdChum, chrisaycock, MaxU, tom10 Jul 8 at 15:35There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||||
|