Metadata-Version: 1.2
Name: datamart-profiler
Version: 0.6.1
Summary: Data profiling library for Datamart
Home-page: https://gitlab.com/ViDA-NYU/datamart/datamart
Author: Remi Rampin
Author-email: remi.rampin@nyu.edu
Maintainer: Remi Rampin
Maintainer-email: remi.rampin@nyu.edu
License: BSD-3-Clause
Project-URL: Homepage, https://gitlab.com/ViDA-NYU/datamart/datamart
Project-URL: Source, https://gitlab.com/ViDA-NYU/datamart/datamart
Project-URL: Tracker, https://gitlab.com/ViDA-NYU/datamart/datamart/issues
Description: Datamart profiling library
        ==========================
        
        This library can profile datasets for use with Auctus, NYU's Datamart system. 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-profiler/>`__
        * `The datamart-augmentation library, used to performs data augmentation with a dataset from Auctus <https://pypi.org/project/datamart-augmentation/>`__
        * `Auctus, NYU's Datamart system <https://auctus.vida-nyu.org/>`__
        * `Our project on GitLab <https://gitlab.com/ViDA-NYU/datamart/datamart>`__
        
Keywords: datamart
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
