Array of object elements to convert.
If an array-like object contains only float or NaN values is encountered, whether to convert and return an array of float dtype.
Whether to upcast numeric type (e.g. int cast to float). If set to True, no upcasting will be performed.
If an array-like object contains only datetime values or NaT is encountered, whether to convert and return an array of M8[ns] dtype.
If an array-like object contains only timedelta values or NaT is encountered, whether to convert and return an array of m8[ns] dtype.
If an array-like object contains only (homogeneous-freq) Period values or NaT, whether to convert and return a PeriodArray.
If an array-like object contains only Interval objects (with matching dtypes and closedness) or NaN, whether to convert to IntervalArray.
If an array-like object contains only integer values (and NaN) is encountered, whether to convert and return an IntegerArray.
Dtype to cast to if we have all-NaT.
Array of converted object values to more specific dtypes if applicable.
Type inference function-- convert object array to proper dtype
The following pages refer to to this document either explicitly or contain code examples using this.
pandas.core.strings.object_array.ObjectStringArrayMixin._str_map
pandas._libs.lib.map_infer_mask
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