Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ load_records
Method
load_records
python/jupyter-widget/sanddance/sanddance.py:55–56 ·
view source on GitHub ↗
(self, records)
Source
from the content-addressed store, hash-verified
53
self.data = df.to_json(orient=
'records'
)
54
55
def
load_records(self, records):
56
self.data = json.dumps(records)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected