40 Algorithms Every Programmer Should Know
上QQ阅读APP看书,第一时间看更新

Terminologies of DataFrames

Let's look into some of the terminologies that are used in the context of a DataFrame:

  • Axis: In the pandas documentation, a single column or row of a DataFrame is called an axis.
  • Axes: If there is more than one axis, they are called axes as a group.
  • Label: A DataFrame allows the naming of both columns and rows with what's called a label.