Pandas Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
=Overview=
=Overview=


=Data Frame=
=<span id='Data_Frame'></span>DataFrame=
{{External|https://pandas.pydata.org/docs/user_guide/dsintro.html#dataframe}}
 
A DataFrame is a two-dimensional data structure with columns of potentially different types.
==Shape==
==Shape==
=Series=
=Series=

Revision as of 01:27, 8 October 2023

Internal

Overview

DataFrame

https://pandas.pydata.org/docs/user_guide/dsintro.html#dataframe

A DataFrame is a two-dimensional data structure with columns of potentially different types.

Shape

Series