Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Series.consolidate

Series.consolidate(inplace=False)[source]

Compute NDFrame with “consolidated” internals (data of each dtype grouped together in a single ndarray).

Deprecated since version 0.20.0: Consolidate will be an internal implementation only.

Scroll To Top