Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahalev/python-microgrid
/ add_numpy_pandas_constructors
Function
add_numpy_pandas_constructors
src/pymgrid/utils/serialize.py:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
61
62
def
add_numpy_pandas_constructors():
63
yaml.SafeLoader.add_constructor(
'!NDArray'
, _numpy_arr_constructor)
64
yaml.SafeLoader.add_constructor(
'!DataFrame'
, _pandas_df_constructor)
65
66
67
def
_numpy_represent_floating(dumper, data):
Callers
2
from_yaml
Method · 0.90
from_yaml
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected