Skip to content
Advertisement

Tag: describe

Python Dataframes: Describing a single column

Is there a way I can apply df.describe() to just an isolated column in a DataFrame. For example if I have several columns and I use df.describe() – it returns and describes all the columns. From research, I understand I can add the following: “A list-like of dtypes : Limits the results to the provided data types. To limit the

Advertisement