Metadata-Version: 2.1
Name: tada-qq
Version: 2.3.0
Summary: Quantile Quantile Plot with Linear Approximation, Clustering, and Semantic Labelling of Numeric Columns
Home-page: https://github.com/oeg-upm/tada-qq
Author: Ahmad Alobaid
Author-email: aalobaid@fi.upm.es
License: Apache2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# tada-qq




TADA (TAbular Data Annotator) for numeric column. It focuses on distributions to label numeric columns in tabular data.


# To publish
```
python setup.py sdist bdist_wheel
twine upload dist/*
```
