Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ clear
Method
clear
python/openquant/adapters.py:151–152 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
149
return
pl.concat(self._frames, how=
"vertical"
)
150
151
def
clear(self) -> None:
152
self._frames.clear()
153
154
155
def
to_pandas(df: pl.DataFrame):
# type: ignore[no-untyped-def]
Callers
5
test_to_polars_signal_frame_and_stream_buffer
Function · 0.95
fit
Method · 0.80
allocate
Method · 0.80
_initialise
Method · 0.80
reset_cache
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_to_polars_signal_frame_and_stream_buffer
Function · 0.76