MCPcopy
hub / github.com/pandas-dev/pandas / nested_to_record

Function nested_to_record

pandas/io/json/_normalize.py:53–59  ·  view source on GitHub ↗
(
    ds: dict,
    prefix: str = ...,
    sep: str = ...,
    level: int = ...,
    max_level: int | None = ...,
)

Source from the content-addressed store, hash-verified

51
52@overload
53def nested_to_record(
54 ds: dict,
55 prefix: str = ...,
56 sep: str = ...,
57 level: int = ...,
58 max_level: int | None = ...,
59) -> dict[str, Any]: ...
60
61
62@overload

Calls 4

itemsMethod · 0.45
popMethod · 0.45
updateMethod · 0.45
appendMethod · 0.45