Data sets often come as multiple CSV files. How can you read those into a single pandas data frame? In this video, I show you how to use a Python "for" loop, or even a list comprehension, along with the "glob" module and the pd.concat function, to accomplish this.
The Jupyter notebook for this video is at [ Ссылка ], and my free, weekly newsletter about Python and software engineering is at [ Ссылка ].
Ещё видео!