Pandas DataFrame

From NovaOrdis Knowledge Base
Revision as of 18:03, 8 October 2023 by Ovidiu (talk | contribs) (Created page with "=External= * https://pandas.pydata.org/docs/user_guide/dsintro.html#dataframe * https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html#pandas.DataFrame =Internal=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

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