Metadata-Version: 2.1
Name: infolib
Version: 0.2.19
Summary: A small, simple and sturdy library to overview our PandasDataframe
Home-page: https://github.com/AntonelloManenti/infolib
Author: Antonello Manenti
Author-email: antonellomanenti@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Requires-Python: >3.6
Description-Content-Type: text/markdown
License-File: LICENSE

infolib
=======

*simple and complete PandasDataframe's stat overview*

Installation
------------

Only through pip at this time https://pypi.org/project/infolib/

`pip install infolib`

`from infolib import info`

How to use
----------

Using infolib is very simple:


`info(pd.DataFarame)`

inf() takes 1 positional argument and expects pandas DataFrame object

Exemple
-------

Demo on Colab: https://colab.research.google.com/drive/1KTI7CwP_E7IJod_WiD0PT31MaRBdhiki?usp=sharing

Code
----

GitHub: https://github.com/AntonelloManenti/infolib

Development Status
------------------

Read well and don't say you didn't know.

✔️ Planning

✔️ Pre-Alpha

✔️ Alpha

✔️ Beta

❌ Production/Stable

❌ Mature

❌ Inactive

The beta version (0.2.*) was tested in Colab (py 3.7) and on Jupyter (py 3.10
on Windows)


License
-------

MIT: https://github.com/AntonelloManenti/infolib/blob/main/LICENSE

Contacts
--------

linkedin: https://www.linkedin.com/in/antonello-manenti/


