Hello Everyone,
I have downloaded the zip file from the website and that zip file is saved in my local file path.
Now, I'm trying to read the variable is passed for this file path.
Tried this:
filenames = glob.glob(files_df.iloc[0]['Directory'] + "/00_All_Records/*.csv")
print(filenames)
all_data = pd.DataFrame()
Any suggestion would be helpful.
