Pandas Concepts

From NovaOrdis Knowledge Base
Revision as of 17:42, 8 October 2023 by Ovidiu (talk | contribs) (→‎Series)
Jump to navigation Jump to search

Internal

Overview

DataFrame

https://pandas.pydata.org/docs/user_guide/dsintro.html#dataframe
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 objects.

Shape

Series

Series

Data Types

String

Datetime

TO PROCESS: https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.html#pandas.Timestamp