I have a folder located at C:\Users\Documents\folder
and inside that folder there are 500 randomly named subfolders. Each subfolders has multiple csv files. I want to import csv files if only their name contain word client
from those subfolders and concatenate the imported into one dataframe (lets hope I wont have any RAM issue).
Can someone help? Many Thanks.