Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.

Join them; it only takes a minute:

Sign up
Join the Stack Overflow community to:
  1. Ask programming questions
  2. Answer and help your peers
  3. Get recognized for your expertise

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.

share|improve this question

put on hold as too broad by Morgan Thrapp, EdChum, chrisaycock, MaxU, tom10 Jul 8 at 15:35

There 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.