Please use the Jupyter notebook named "06AnalyzingDataFromMultipleFiles.ipynb" for this lesson. If you haven't downloaded them already, you may find them here.
glob.glob(pattern) to create a list of files whose names match a pattern.* in a pattern to match zero or more characters, and ? to match any single character.