pandas 1.4.2

NotesParameters
append_to_multiple(self, d: 'dict', value, selector, data_columns=None, axes=None, dropna=False, **kwargs)

Notes

axes parameter is currently not accepted

Parameters

d : a dict of table_name to table_columns, None is acceptable as the

values of one node (this will get all the remaining columns)

value : a pandas object
selector : a string that designates the indexable table; all of its

columns will be designed as data_columns, unless data_columns is passed, in which case these are used

data_columns : list of columns to create as data columns, or True to

use all columns

dropna : if evaluates to True, drop rows from all tables if any single

row in each table has all NaN. Default False.

Append to multiple tables

Examples

See :

Local connectivity graph

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


File: /pandas/io/pytables.py#1281
type: <class 'function'>
Commit: