I have multiple csv files (each file generated per day) with generic filename (say file_
) and I append date-stamps to them.
For example: file_2015_10_19
, file_2015_10_18
and so on.
Now, I only want to read the 5 latest files and create a comparison plot.
For me plotting is no issue but sorting all the files and reading only the latest 5 is.