Dataframe

Two-dimensional, size-mutable, potentially heterogeneous tabular data.

Attributes

Conversion

Indexing, iteration

Binary operator functions

Function application & GroupBy

Computations / descriptive stats

Reindexing / selection / label manipulation

Missing data handling

Sorting & transposing

Combining / comparing / joining / merging

Plotting

Series.plot is both a callable method and a namespace attribute for specific plotting methods of the form Series.plot.<kind>.

Serialization / IO / conversion

Last updated