MCPcopy
hub / github.com/feast-dev/feast / parse

Function parse

sdk/python/feast/infra/contrib/grpc_server.py:30–34  ·  view source on GitHub ↗
(features)

Source from the content-addressed store, hash-verified

28
29
30def parse(features):
31 df = {}
32 for i in features.keys():
33 df[i] = [features.get(i)]
34 return pd.DataFrame.from_dict(df)
35
36
37def parse_typed(typed_features):

Callers 2

PushMethod · 0.85
WriteToOnlineStoreMethod · 0.85

Calls 3

keysMethod · 0.80
getMethod · 0.80
from_dictMethod · 0.45

Tested by

no test coverage detected