Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
35
Issue boards
Milestones
Wiki
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Commits
06f6cd68
Commit
06f6cd68
authored
2 years ago
by
David Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
accidental left over
parent
b72fc882
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!685
Release 2.4
,
!684
Release 2.4
,
!567
Release 2.2.1
,
!566
Release 2.2
Pipeline
#117963
failed with stages
in 3 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dios/dios/base.py
+1
-4
1 addition, 4 deletions
dios/dios/base.py
with
1 addition
and
4 deletions
dios/dios/base.py
+
1
−
4
View file @
06f6cd68
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
David Schäfer
@schaefed
mentioned in commit
63b55c6d
·
2 years ago
mentioned in commit
63b55c6d
mentioned in commit 63b55c6d7dadb0e612b23a897f292d5ffc14cb52
Toggle commit list
David Schäfer
@schaefed
mentioned in commit
684dc8a0
·
2 years ago
mentioned in commit
684dc8a0
mentioned in commit 684dc8a0515470d644fc85fee95d07661c8dd572
Toggle commit list
David Schäfer
@schaefed
mentioned in commit
8f7a90e4
·
1 year ago
mentioned in commit
8f7a90e4
mentioned in commit 8f7a90e4aed61c79a9dc8d67541a46beba0907e8
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment