python:pandas
This is an old revision of the document!
Pandas
Refers to Panel Data, and Python Data Analysis.
Fundamental concepts are pd.DataFrame and pd.Series
Always imported as pd: import pandas as pd
Tightly coupled to numpy.
DataFrame
A DataFrame is like a table, where each row is a Series. A DataFrame identify each row with an index, which defaults to 0..n. Same with the columns.
python/pandas.1628188143.txt.gz · Last modified: 2022/09/12 00:30 (external edit)
