Skip to main content

The fastest and user friendly way to EDA

Reason this release was yanked:

deprecated

Project description

lois

python package to generate data science report

Purpose of the package

  • The purpose of this package is to provide to data scientist and data analyst a faster way to analyze their data by automating the EDA

Features

  • EDA automation

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="sex", report_complexity="simple" )

Contribution

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

Author

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.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

lois-0.0.1-py3-none-any.whl (4.0 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