Lesson3-rossman gives me error when concatenating data

p.s: I think I got it, just need to create directories googletrend, weather instead of using directly .csv files ._.

p.s2: I have to change glob.glob to glob

I’m running into this error message when trying to run the concatenating cell in the Rossmann notebook, I’m googling it but haven’t found any solution yet:

AttributeError: ‘function’ object has no attribute ‘glob’

image

Try adding the following import instruction:

from glob import glob

This worked on my local.

Thanks,
Avinash