Skip to content

Commit

Permalink
docs: update overview
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamspsantos committed Jul 21, 2023
1 parent 3efc66e commit e33602f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docsrc/source/pages/getting_started/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ Overview

The package outputs a simple and digested analysis of a dataset, including **time-series** and **text**.

.. NOTE::
**Looking for a scalable solution that can fully integrate with your database systems?**
Leverage `YData Fabric Data Catalog <https://ydata.ai/products/data_catalog>`_ to connect to different databases and storages (Oracle, snowflake, PostGreSQL, GCS, S3, etc.),
and leverage an interactive and guided profiling experience in Fabric. Check out the `Community Version <https://ydata.ai/ydata-fabric-free-trial>`_.

Key features
------------
- **Type inference**: automatic detection of columns' data types (*Categorical*, *Numerical*, *Date*, etc.)
Expand All @@ -58,4 +53,9 @@ The report contains three additional sections:
* **Alerts**: a comprehensive and automatic list of potential data quality issues (high correlation, imbalance, skewness, uniformity, zeros, missing values, constant values, between others)
* **Reproduction**: technical details about the analysis (time, version and configuration)

The package can be used via code but also directly as a CLI utility. The generated interactive report can be consumed and shared as regular HTML or embedded in an interactive way inside Jupyter Notebooks.
The package can be used via code but also directly as a CLI utility. The generated interactive report can be consumed and shared as regular HTML or embedded in an interactive way inside Jupyter Notebooks.

.. NOTE::
**Looking for a scalable solution that can fully integrate with your database systems?**
Leverage `YData Fabric Data Catalog <https://ydata.ai/products/data_catalog>`_ to connect to different databases and storages (Oracle, snowflake, PostGreSQL, GCS, S3, etc.),
and leverage an interactive and guided profiling experience in Fabric. Check out the `Community Version <https://ydata.ai/ydata-fabric-free-trial>`_.

0 comments on commit e33602f

Please sign in to comment.