Trash_pandas now include a generator option that display each column information through a python generator.
Trahs_pandas is an analytic tool designed for Pandas DataFrame exploration.
It deliver fast statistical insights about the data of every column such as type, NaN values, unique values, distribution, mean, median, quartiles, correlations... and render with graphs using only print statements, making it suitable for both notebook and shell usage.
It is intended to replace info() and describe().
I developed it initially for my own usage.
Mifour.