In Pandas, Panel.shape
can be used to get a tuple of axis dimensions.
Syntax: Panel .shape
Parameters: None
Returns: Return a tuple of axis dimensions
Code # 1:
|
Output:
Code # 2:
|
Output:
Code # 3:
|
Output: