Top "Describe" questions

psych library function - used primarily to scale construction and for item analysis using classic psychometrics

Equivalent of "describe table" in PgAdmin3

Question asked and answered: As many of us know, PostgreSQL does not support describe table or describe view. As one …

postgresql view pgadmin 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 …

python dataframe describe
describe vs context in rspec. Differences?

I've read a little bit about how one should organize rspec code. It seems like "context" is used more for …

ruby rspec describe
Pandas python .describe() formatting/output

I am trying to get the .describe() function to output in a reformatted way. Here is the csv data (testProp.…

python pandas formatting output describe
how to get table structure as an SQL query in phpmyadmin

I have many tables in my MySQL database & I want to know the table structure of all tables. When …

mysql phpmyadmin table-structure describe
MySQL - SHOW COLUMNS from Multiple Tables

I am trying to get the column names from 2 tables. I tried a query like: (SHOW COLUMNS FROM users) UNION (…

php mysql multiple-tables describe
Can DESCRIBE syntax be embedded in SELECT statement?

In MySQL, the syntax DESCRIBE can show a table's structure, but it cannot be embedded to normal statement; is there …

mysql sql select information-schema describe
How to describe columns as categorical values?

I have a pandas dataframe that contains a mix of categorical and numeric columns. By default, df.describe() returns only …

python pandas dataframe describe