Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ load
Method
load
python/jupyter-widget/sanddance/sanddance.py:49–50 ·
view source on GitHub ↗
(self, df)
Source
from the content-addressed store, hash-verified
47
display(self)
48
49
def
load(self, df):
50
self.load_dataframe(df)
51
52
def
load_dataframe(self, df):
53
self.data = df.to_json(orient=
'records'
)
Callers
1
data_changed
Method · 0.45
Calls
1
load_dataframe
Method · 0.95
Tested by
no test coverage detected