Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/qlib
/ __call__
Method
__call__
qlib/data/dataset/processor.py:98–99 ·
view source on GitHub ↗
(self, df)
Source
from the content-addressed store, hash-verified
96
self.fields_group = fields_group
97
98
def
__call__(self, df):
99
return
df.dropna(subset=get_group_columns(df, self.fields_group))
100
101
def
readonly(self):
102
return
True
Callers
nothing calls this directly
Calls
1
get_group_columns
Function · 0.85
Tested by
no test coverage detected