MCPcopy 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

dropNAMethod · 0.65

Tested by

no test coverage detected