Concepts

DataFrame

A table of data provided by the pandas library — it has named columns and numbered rows, similar to a spreadsheet you can manipulate with code.

Return to all terms