Skip to content
Snippets Groups Projects
Commit 06f6cd68 authored by David Schäfer's avatar David Schäfer
Browse files

accidental left over

parent b72fc882
No related branches found
No related tags found
4 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2
Pipeline #117963 failed with stages
in 3 minutes and 26 seconds
......@@ -470,10 +470,7 @@ class _DiosBase:
>>> di.dropna().empty
True
"""
try:
return len(self) == 0 or all(s.empty for s in self._data)
except:
import ipdb; ipdb.set_trace()
return len(self) == 0 or all(s.empty for s in self._data)
def __iter__(self):
yield from self.columns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment