AlloViz.AlloViz.Elements.Edges._take_with_is_copy¶
- Edges._take_with_is_copy(indices, axis: int | Literal['index', 'columns', 'rows'] = 0) NDFrameT¶
Internal version of the take method that sets the _is_copy attribute to keep track of the parent dataframe (using in indexing for the SettingWithCopyWarning).
See the docstring of take for full explanation of the parameters.