MCPcopy Create free account
hub / github.com/ahalev/python-microgrid / _pandas_df_representer

Function _pandas_df_representer

src/pymgrid/utils/serialize.py:79–80  ·  view source on GitHub ↗
(dumper, data)

Source from the content-addressed store, hash-verified

77
78
79def _pandas_df_representer(dumper, data):
80 return _arr_representer(dumper, data, 'DataFrame')
81
82
83def _arr_representer(dumper, data, r_type):

Callers

nothing calls this directly

Calls 1

_arr_representerFunction · 0.85

Tested by

no test coverage detected