Skip to main content

A package that allows you to easily profile your dataframe, check for missing values, outliers, data types.

Project description

Data Frame Profiling - A package that allows to easily profile your dataframe, check for missing values, outliers, data types.

Usage:

from df_profiling import DF_Profiling

Profile you Data:

DF_Profiling.profiling("my_file.csv")

Check for:

  • Data Types
  • Counts
  • Missing Values Count
  • Missing Values Percentage
  • Min Value
  • Quartiles: 1st, 3rd
  • Median
  • Lower Bound Limits
  • Upper Bound Limits
  • Max Value

Save / Export your Analyses

DF_Profiling.profiling("my_file.csv").to_csv("my_profiling.csv")

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

easy_df_profiling-0.0.9-py3-none-any.whl (2.9 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