SyntaxFix
Write A Post
Hire A Developer
Questions
Use the python glob module to easily list out the files we need.
import glob path_csv=glob.glob("../data/subfolrder/*.csv")