TextParser(*args, **kwds)
Ignored if delimiter is longer than 1 character
Row to use to parse column labels. Defaults to the first row. Prior rows will be discarded
Column or columns to use as the (possibly hierarchical) index
True if the cols defined in index_col have an index name and are not in the header.
Additional strings to recognize as NA/NaN.
Thousands separator
Comment out remainder of line
Row numbers to skip
Number of line at bottom of file to skip
Dict of functions for converting values in certain columns. Keys can either be integers or column labels, values are functions that take one input argument, the cell (not column) content, and return the transformed content.
Encoding to use for UTF when reading/writing (ex. 'utf-8')
returns Series if only one column.
If True and :None:None:`parse_dates`
is True for a column, try to infer the datetime format based on the first datetime string. If the format can be inferred, there often will be a large parsing speed-up.
Specifies which converter the C engine should use for floating-point values. The options are :None:None:`None`
or :None:None:`high`
for the ordinary converter, legacy
for the original lower precision pandas converter, and :None:None:`round_trip`
for the round-trip converter.
Converts lists of lists/tuples into DataFrames with proper type inference and optional (e.g. string to datetime) conversion. Also enables iterating lazily over chunks of large files
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