File Reading Exercises

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Exercises

Attached with this word file please find a zip file containing different folders with Excel files. Please
download the zip file and unzip the three folders.

1. One folder named Multiple Excel contains multiple Excel files. The excel files have the same
format and layout.

Using Python and Pandas, you are required to read the contents of the Excel files one by one
and create a single DataFrame.

2. Another folder named Multiple sheets contains Excel files which have multiple excel
worksheets. These worksheets have the same formats and layouts.

Using Python and Pandas, you are required to read the contents of the Excel file and each
worksheet one by one and create a single DataFrame.

3. The third folder named Diff Formats contains Excel Files which have different formats and
layouts.

Using Python and Pandas, you are required to read the contents of the Excel files one by one
and create a single DataFrame.

You might also like