Turning multiple CSV files into a single pandas data frame

Описание к видео Turning multiple CSV files into a single pandas data frame

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 https://github.com/reuven/youTube-not..., and my free, weekly newsletter about Python and software engineering is at https://BetterDevelopersWeekly.com/.

Комментарии

Информация по комментариям в разработке