MCPcopy Index your code
hub / github.com/microsoft/SandDance / load_dataframe

Method load_dataframe

python/jupyter-widget/sanddance/sanddance.py:52–53  ·  view source on GitHub ↗
(self, df)

Source from the content-addressed store, hash-verified

50 self.load_dataframe(df)
51
52 def load_dataframe(self, df):
53 self.data = df.to_json(orient='records')
54
55 def load_records(self, records):
56 self.data = json.dumps(records)

Callers 1

loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected