summarize-dataframe

A package to provide summary data about pandas DataFrame


Keywords
pandas, dataframe
License
MIT
Install
pip install summarize-dataframe==0.3.0

Documentation

Summarize dataframe

Feature

This python library permits to get some statistic about your pandas DataFrame. It returns the number of rows and columns and the frequency of each datatype present in the DataFrame

Usage

To install the package, run:

pip install summarize-dataframe

It has been tested for Python 3.7, 3.8 and 3.9

Developers

To run the tests:

install first poetry and run:

poetry install

Next run:

poetry run pytest

or:

tox

About

Faouzi Braza