The spreadsheet mindset
Data science starts where a spreadsheet does: rows of records and columns of features. A DataFrame is that table, but powered by code that can crunch millions of rows.
The DataFrame
A DataFrame holds data in labeled rows and columns. Each column is a feature you can filter, summarize, or plot.