Questions
Tags
New to Python.
In R, you can get the dimension of a matrix using dim(...). What is the corresponding function in Python Pandas for their data frame?
This question is related to python pandas
python
pandas
df.shape, where df is your DataFrame.
df.shape
df