======================================================================
ERROR: test_creating_and_reading_multiple_sheets (pandas.io.tests.test_excel.ExcelReaderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/tmp/portage/dev-python/pandas-0.16.2/work/pandas-0.16.2-python3_3/lib/pandas/io/tests/test_excel.py", line 474, in test_creating_and_reading_multiple_sheets
for sheetname, df in dfs.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'
----------------------------------------------------------------------
Comment From: jorisvandenbossche
@jlec late reply, but do you still have this issue? If so, can you show what versions you are using? (show the output of pd.show_versions()
)
Comment From: jorisvandenbossche
In the current code, dfs.iteritems()
is changed to iteritems(dfs)
in the meantime, so I suppose this will be solved.
But if you still have this issue, feel free to comment here/reopen!