Pandas DataFrame: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Internal=
=Internal=
* [[Pandas_Concepts#DataFrame|Pandas Concepts]]
* [[Pandas_Concepts#DataFrame|Pandas Concepts]]
* [[Panda_Series|Series]]


=Overview=
=Overview=

Revision as of 18:04, 8 October 2023

External

Internal

Overview

A DataFrame is a two-dimensional data structure with columns of potentially different types. Can be thought of as a dict-like container for Series objects.

Shape