Re: Recursive csv import functions for Pandas
On 2016-08-02 10:50, andrea.bo...@gmail.com wrote: I have put together the following code: [snip] while csvnameR[12:18] == csvnameT[12:18]: print csvR + "=" + csvT r.to_csv('./output_csv/'+ csvR +'.csv')
Recursive csv import functions for Pandas
I have put together the following code: ## DEFINES INPUT FILES inputcsvT = ['./input_csv/A08_KI_T*.csv', './input_csv/A08_LR_T*.csv','./input_csv/A08_B1_T*.csv',] #'./input_csv/A10_KI_T*.csv', './input_csv/A10_LR_T*.csv',