fbraza / summarize_dataframe

This is a fake project used to illustrate the way we can manage Python project with a set of tools including Poetry, Pyenv, pre-commit, Tox and GitHub actions. The articles are going to be published soon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summarize dataframe

PyPI Version Build Status

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

About

This is a fake project used to illustrate the way we can manage Python project with a set of tools including Poetry, Pyenv, pre-commit, Tox and GitHub actions. The articles are going to be published soon.


Languages

Language:Python 100.0%