Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/qlib
/ isna
Method
isna
qlib/utils/index_data.py:502–503 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
500
raise
ValueError(f
"axis must be None, 0 or 1"
)
501
502
def
isna(self):
503
return
self.__class__(np.isnan(self.data), *self.indices)
504
505
def
fillna(self, value=0.0, inplace: bool = False):
506
if
inplace:
Callers
15
calc_adjusted_price
Function · 0.80
calc_paused_num
Function · 0.80
test_1_backtest
Method · 0.80
test_CSZFillna
Method · 0.80
test_nested_data_loader
Method · 0.80
test_corner_cases
Method · 0.80
_get_processed_meta_info
Method · 0.80
calc_stat_values
Method · 0.80
calc_stat_values
Method · 0.80
drop_nan_by_y_index
Function · 0.80
_agg_data
Method · 0.80
get_daily_bin_group
Function · 0.80
Calls
no outgoing calls
Tested by
4
test_1_backtest
Method · 0.64
test_CSZFillna
Method · 0.64
test_nested_data_loader
Method · 0.64
test_corner_cases
Method · 0.64