Compile or concatenate multiple different excel data sheets into one excel document using Python and Pandas.
What you are assumming about your data by using this script:
-No errors were made naming the original excel files.
-The data sheets are all in the same number/date/formula format.
-The data sheets contain the same number of columns of data, but may differ in the number of rows of data.