Skip to main content

the fastest and easy way to get insight of your dataset

Project description

Downloads Downloads Downloads

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 packages
>>> import pandas as pd
>>> from lois import lois_ds_report
#Import your dataset
>>> data=pd.read_csv("your data path")
#Simple report with lois
>>> lois_ds_report(data,target_variable="gender", report_complexity="simple" )
#Advanced report with lois
>>> 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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

lois-0.5.0-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

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