parse_table_schema(json, precise_float)
Because
DataFrame.to_json
uses the string 'index' to denote a name-lessIndex
, this function sets the name of the returnedDataFrame
toNone
when said string is encountered with a normalIndex
. For aMultiIndex
, the same limitation applies to any strings beginning with ':None:None:`level_`
'. Therefore, anIndex
name of 'index' andMultiIndex
names starting with ':None:None:`level_`
' are not supported.
A JSON table schema
Flag controlling precision when decoding string to double values, as dictated by read_json
If the JSON table schema contains either timezone or timedelta data
Builds a DataFrame from a given schema
build_table_schema
Inverse function.
Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.
Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)
SVG is more flexible but power hungry; and does not scale well to 50 + nodes.
All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them