Pandas Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:


=<span id='Data_Frame'></span>DataFrame=
=<span id='Data_Frame'></span>DataFrame=
{{External|https://pandas.pydata.org/docs/user_guide/dsintro.html#dataframe}}
{{Internal|Pandas DataFrame|DataFrame}}
{{External|https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html#pandas.DataFrame}}
 
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|Series]] objects.
==Shape==


=Series=
=Series=

Revision as of 18:01, 8 October 2023