You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2021. It is now read-only.
D:\tools\WinPython-32bit-2.7.3.3\python-2.7.3\lib\site-packages\table_fu\__init__.pyc in __getitem__(self, column_name)
343 datum = self.get(column_name)
344 if datum is None:
--> 345 raise KeyError("%s isn't a column in this table" % column_name)
346 else:
347 return datum
KeyError: "3 isn't a column in this table"
for example:
the last cause will raise an error such like: