Skip to main content

This library generates different graphics of numerical variables from a csv file.

Project description

logo_azul

Izandescriptive: powerful PyPi data analysis package

PyPI Latest Release License

What is it?

Izandescriptive is a PyPi library that provides fast and easy to undersand data analysis. It aims to speed up the exploratory analysis process. It performs different graphs of the numerical variables in a single function called graphic().

Main Features

Here are just a few of the things that izandescriptive does well:

  • Easy handling of reading csv.
  • Selects numerical variables from the dataframe.
  • Creates histograms, raincloud graphs and a heatmap graph.

Class desc_analysis():

You can define the following class name desc_analysis

Attributes

This class will have an attibute called data

  • data : this attribute reads a csv and selects the numeric variables

Methods

  • graphic : The class desc_analysis has one method graphic. This method will take an argument wich is data defined in the previous attribute.

Dependencies

Using the library

Installation

pip install izandescriptive

Import

from izandescriptive import class_descriptives

Intance attributes and init the method

c1=desc_analysis('example.csv')

c1.graphic()

Example

This would be the result of the desc_analysis class.

Histograms

image

Raincloud

image

Heatmap

image

Where to get the library

The library is currently hosted on PyPi at: https://pypi.org/project/izandescriptive/

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

izandescriptive-0.0.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

izandescriptive-0.0.2-py3-none-any.whl (4.1 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