Pandas Glossary

Browse 2 pandas terms defined in plain English, from the cultural dictionary of computing.

2 Pandas Terms

DataFrame
A two-dimensional, labeled data structure with columns of potentially different types, analogous to a spreadsheet or SQL table. The pandas DataFrame in Python...
Series
A one-dimensional labeled array in data libraries like pandas, capable of holding any data type and supporting vectorized operations, alignment by index, and...

Related Topics