Skip to main content

the fastest and easy way to get insight of your dataset

Project description

lois

The fastest and easy way to get insight of your dataset

Purpose of the package

  • The purpose of this package is to provide to data scientist and data analyst a faster way to get insight of their dataset .

Features

  • EDA Simplification

Getting Started

The package can be found on pypi hence you can install it using pip

Installation

pip install lois

Usage

>>> import pandas as pd
>>> from lois import lois_ds_report
>>> data=pd.read_csv("your data path")
>>> lois_ds_report(data,target_variable="gender", report_complexity="simple" )

>>> lois_ds_report(data, target_variable="gender", report_complexity="advanced")

Contribution

Contribution are welcome. Notice a bug ? let us know. Thanks you

Author

Additionnal Note

In very large dataset lois may take time to process all the data

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lois-0.0.8.tar.gz (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page