Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ drop_na
Method
drop_na
python/ddf/dataframe.py:116–117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
114
return
self._jddf.correlation(col1, col2)
115
116
def
drop_na(self):
117
return
DistributedDataFrame(self._jddf.dropNA())
Callers
nothing calls this directly
Calls
2
DistributedDataFrame
Class · 0.85
dropNA
Method · 0.65
Tested by
no test coverage detected