I have a list of csv's with the same columns. Here is how the list looks like,
C:/Users/foo/bar/January01.csv
C:/Users/foo/bar/February01.csv
C:/Users/foo/bar/March01.csv
C:/Users/foo/bar/January02.csv
C:/Users/foo/bar/March02.csv
I want something like this, all csv's that start with January should copy the data into January dataframe and likewise for all months.
Can anyone help me on this?