Excel Python Appending Data Frames From Multiple Worksheets – Episode 2621



Excel Python Appending Data Frames From Multiple Worksheets – Episode 2621

Excel Python Appending Data Frames From Multiple Worksheets - Episode 2621

Microsoft Excel Tutorial: Appending data from multiple worksheets using Python in Excel

To download today’s workbook: https://www.mrexcel.com/youtube/3rAJPcjO6Ok/

Today, a question about creating a Python data frame from multiple Excel sheets. I use the CONCAT function in Python but then realize that the headings are repeated.
So I show how to use .tail(-1) to remove the top row from each data frame except the first.

Table of Contents
(0:00) Problem Statement
(0:29) Defining 3 data frames
(1:32) Python CONCAT function
(2:20) Python Tail Function
(3:10) Wrap-up

Comments are closed.