Created
July 15, 2017 05:08
-
-
Save jiffyclub/9ab668f63c3d0f9adf3e730dc37cd419 to your computer and use it in GitHub Desktop.
Using pandas and xlrd to concatenate multiple excel sheets into a single dataframe. In answer to this Stack Overflow question: https://stackoverflow.com/questions/45113070/how-do-i-make-this-function-for-concatenating-excel-sheets-from-a-single-file-mo#
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A small correction, it should be df_dict.items() instead of dfs.items() on cell 7