Metadata-Version: 2.1
Name: datamart-profiler
Version: 0.11
Summary: Data profiling library for Auctus
Home-page: https://gitlab.com/ViDA-NYU/auctus/auctus
Author: Remi Rampin
Author-email: remi.rampin@nyu.edu
Maintainer: Remi Rampin
Maintainer-email: remi.rampin@nyu.edu
License: Apache-2.0
Project-URL: Homepage, https://gitlab.com/ViDA-NYU/auctus/auctus
Project-URL: Source, https://gitlab.com/ViDA-NYU/auctus/auctus
Project-URL: Tracker, https://gitlab.com/ViDA-NYU/auctus/auctus/-/issues
Keywords: auctus,datamart
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
License-File: LICENSE.txt
License-File: NOTICE.txt

Datamart profiling library
==========================

This library can profile datasets for use with Auctus, NYU's dataset search engine. You can use it to profile datasets on your side and send that to the server for search, instead of uploading the whole dataset. It is also used internally by the service to process search-by-example queries (when sending a file to the ``/search`` endpoint) and to add datasets to the index (to be queried against later).

See also:

* `The datamart-rest library for search/augmentation <https://pypi.org/project/datamart-rest/>`__
* `The datamart-materialize library, used to materialize dataset from search results <https://pypi.org/project/datamart-materialize/>`__
* `The datamart-augmentation library, used to performs data augmentation with a dataset from Auctus <https://pypi.org/project/datamart-augmentation/>`__
* `Auctus, NYU's dataset search engine <https://auctus.vida-nyu.org/>`__
* `Our project on GitLab <https://gitlab.com/ViDA-NYU/auctus/auctus>`__
