Pandas for Machine Learning

You are currently auditing this course.
3 / 5

Pandas - Data Structures

Following are the 'Data Structures' available in Pandas:

(1) Series objects

Series is a 1-D array, similar to a column in a spreadsheet.

(2) DataFrame objects

DataFrame is a 2-D table, similar to a spreadsheet.

(3) Panel objects

Panel is a Dictionary of DataFrames.


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...