Skip to main content

XAIL Data quality

Project description

Xurpas Data Quality Report

How to Use

  • Load the data to be analyzed (so far only csv files supported)
  • Import the DataReport class
  • Save the report to html File

DataReport

Creates and saves to file the data report.

Args

file:       The path of the file you want to analyze. If empty, df parameter must exist.
         Only supports .csv, .xlsx, .parquet, and .orc file formats.
df:       Pandas DataFrame object of data to be analyzed, If using df, file must be empty.
report_name:   Name of the report. Defaults to 'Data Report'.
file_path:     Path/ directory of where the report is to be saved.
data_types:    A dict containing the column names and column type to specify column data type.          Data Types currently allowed "Categorical, Numerical, Date, Text".
minimal:     Default is True. A boolean to check if you want minimal mode as your data report.

Returns

HTML File of data quality Report

Sample Usage using pandas DataFrame

import pandas as pd
from xurpas_data_quality import DataReport

df = pd.read_csv("manhour_utilization_summary.csv")
report = DataReport(df=df,
                    report_name="Manhour Utilization Summary", 
                    file_path="test_reports/test.html")
report.to_file()

Sample Usage using filepath

from xurpas_data_quality import DataReport
report = DataReport(file="manhour_utilization_summary.csv",
                    report_name="Manhour Utilization Summary", 
                    file_path="test_reports/test.html")
report.to_file()

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

xurpas_data_quality-1.3.10.tar.gz (28.3 kB view details)

Uploaded Source

Built Distribution

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

xurpas_data_quality-1.3.10-py3-none-any.whl (50.4 kB view details)

Uploaded Python 3

File details

Details for the file xurpas_data_quality-1.3.10.tar.gz.

File metadata

  • Download URL: xurpas_data_quality-1.3.10.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for xurpas_data_quality-1.3.10.tar.gz
Algorithm Hash digest
SHA256 6fa0db8d2437f7d86d6387423367b9e112d2fbb229f4788c0297bb6b863b02e9
MD5 381d022c1ed4708b3bde51f38cc3a058
BLAKE2b-256 5420d156b2bdeaf1513bb51287587d4d2813084ee152504d6579d59a1106dac2

See more details on using hashes here.

File details

Details for the file xurpas_data_quality-1.3.10-py3-none-any.whl.

File metadata

File hashes

Hashes for xurpas_data_quality-1.3.10-py3-none-any.whl
Algorithm Hash digest
SHA256 352ab480fb1aebc8450f9e73a8f86340de2ef4b2183f68ce9c80572fff762e41
MD5 cda14321427dfbb708f04dfe63f8bbb1
BLAKE2b-256 7085ca098dd6cd34e70ccc1c5612f5c022a2fd563e8bf19a0c6eaf2b8ab3fde5

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