core.pandas: add check for 'error' column + add empty one by default

This commit is contained in:
Dima Gerasimov 2020-12-17 04:47:05 +00:00 committed by karlicoss
parent 3a1e21635a
commit df9a7f7390
7 changed files with 82 additions and 30 deletions

View file

@ -7,6 +7,7 @@ INSTALL_REQUIRES = [
'pytz', # even though it's not needed by the core, it's so common anyway...
'appdirs', # very common, and makes it portable
'more-itertools', # it's just too useful and very common anyway
'decorator' , # less pain in writing correct decorators. very mature and stable, so worth keeping in core
]