I try to create the DataFrame using method to csv.in place of the path I want to give regex pattern so that all file with this pattern gets. But this I don't get the file as per my expectation.
Please help me to solve the problem.
import pandas as pd
df=pd.to_csv(path+"^\d{8}_\d{6}$",sep="|",Header=none,names=col)
But this line does not fetch the exact file pattern. directly this regular expression comes for search, please help me solve this.