Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
def
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
37
def
parse_typed(typed_features):
Callers
2
Push
Method · 0.85
WriteToOnlineStore
Method · 0.85
Calls
3
keys
Method · 0.80
get
Method · 0.80
from_dict
Method · 0.45
Tested by
no test coverage detected