Skip to main content

All data analysis performed in single line of code

Project description

This is a very simple python package to do all EDA activities for any file.

How to use:

pip install quickEDA

import quickEDA 

from quickEDA import eda

eda("give your file path here")

Just pass the path of your file and get the exploratory data analysis done in few seconds.

  1. Provides statistical information like count of values, Mean, Standard deviation, Minimun value, maximum value, 25%, 50% & 75% percentile of all the numerical columns
  2. Provides overview of the file like number of columns present, data type of each column, null values present and memory space occupied by this dataset
  3. Sample of first 5 rows
  4. Sample of last 5rows
  5. Correlation value between each column
  6. No. of rows and columns present
  7. Missing values in data & missing values percentage
  8. If duplicate rows present & dupliacte values percentage
  9. Scatter matrix - to visualize the spread of data
  10. Box plot to identify outliers
  11. Column wise details
    1. Distinct values
    2. Missing values
    3. If zeroes present
    4. IQR
    5. lower outliers and percentage in each column
    6. upper outliers and percentage in each column
    7. Visualize distribution or each column
    8. Relationship between each x column with Y column

Things to Note:

*Please place your 'Y' column or dependant feature as last column
*If facing issue with path , try giving "c:\\Users\\...... (double slash)"

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

If you're not sure about the file name format, learn more about wheel file names.

quickEDA-0.2-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file quickEDA-0.2-py3-none-any.whl.

File metadata

  • Download URL: quickEDA-0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for quickEDA-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2bb6acf1d26902ba6b54ebe7ba1c1e501da8bf41d81007c5d389ab34dc5a1fc4
MD5 cadf3879e9d6db543b51f771f82b4c73
BLAKE2b-256 3513e649aad2dcd4a50e4d8597fbfad30ec0b0a08774dc0d2dbce249b0605670

See more details on using hashes here.

Supported by

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