This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------------------------------------------------------- | |
NoSuchNodeError Traceback (most recent call last) | |
<ipython-input-90-3a6a1752564f> in <module> | |
----> 1 for i in hdf: | |
2 print(i) | |
C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\pandas\io\pytables.py in __iter__(self) | |
553 | |
554 def __iter__(self): | |
--> 555 return iter(self.keys()) |