Pandas Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
==Datetime==
==Datetime==
<font color=darkkhaki>TO PROCESS: https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.html#pandas.Timestamp</font>
<font color=darkkhaki>TO PROCESS: https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.html#pandas.Timestamp</font>
Also see [[Panda_Series#Create_a_Time_Series_from_CSV|Create a Time Series from CSV]].

Revision as of 17:53, 8 October 2023

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 Also see Create a Time Series from CSV.