Data Analysis with Python - Data Analysis Example A

Tell us what’s happening:

Describe your issue in detail here.

what does a shape of a data frame tell us?

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36

Challenge Information:

Data Analysis with Python - Data Analysis Example A

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

“The shape is the number of rows and columns of the DataFrame”

https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.shape.html

https://www.w3schools.com/python/pandas/ref_df_shape.asp

https://pythonexamples.org/pandas-dataframe-shape/

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.