You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Comparing datasets](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/comparing_datasets.html)| Comparing multiple version of the same dataset |
98
-
|[Profiling a Time-Series dataset](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/time_series_datasets.html)| Generating a report for a time-series dataset with a single line of code |
99
-
|[Profiling large datasets](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/big_data.html)| Tips on how to prepare data and configure `ydata-profiling` for working with large datasets |
100
-
|[Handling sensitive data](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/sensitive_data.html)| Generating reports which are mindful about sensitive data in the input dataset |
101
-
|[Dataset metadata and data dictionaries](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/metadata.html)| Complementing the report with dataset details and column-specific data dictionaries |
102
-
|[Customizing the report's appearance](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/custom_report_appearance.html)| Changing the appearance of the report's page and of the contained visualizations |
103
-
|[Profiling Databases](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/profiling_databases.html)| For a seamless profiling experience in your organization's databases, check [Fabric Data Catalog](https://ydata.ai/products/data_catalog), which allows to consume data from different types of storages such as RDBMs (Azure SQL, PostGreSQL, Oracle, etc.) and object storages (Google Cloud Storage, AWS S3, Snowflake, etc.), among others. |
97
+
|[Comparing datasets](https://docs.profiling.ydata.ai/latest/features/comparing_datasets)| Comparing multiple version of the same dataset |
98
+
|[Profiling a Time-Series dataset](https://docs.profiling.ydata.ai/latest/features/time_series_datasets)| Generating a report for a time-series dataset with a single line of code |
99
+
|[Profiling large datasets](https://docs.profiling.ydata.ai/latest/features/big_data)| Tips on how to prepare data and configure `ydata-profiling` for working with large datasets |
100
+
|[Handling sensitive data](https://docs.profiling.ydata.ai/latest/features/sensitive_data)| Generating reports which are mindful about sensitive data in the input dataset |
101
+
|[Dataset metadata and data dictionaries](https://docs.profiling.ydata.ai/latest/features/metadata)| Complementing the report with dataset details and column-specific data dictionaries |
102
+
|[Customizing the report's appearance](https://docs.profiling.ydata.ai/latest/features/custom_reports)| Changing the appearance of the report's page and of the contained visualizations |
103
+
|[Profiling Databases](https://docs.profiling.ydata.ai/latest/features/collaborative_data_profiling)| For a seamless profiling experience in your organization's databases, check [Fabric Data Catalog](https://ydata.ai/products/data_catalog), which allows to consume data from different types of storages such as RDBMs (Azure SQL, PostGreSQL, Oracle, etc.) and object storages (Google Cloud Storage, AWS S3, Snowflake, etc.), among others. |
104
104
### Using inside Jupyter Notebooks
105
105
106
106
There are two interfaces to consume the report inside a Jupyter notebook: through widgets and through an embedded HTML report.
@@ -235,9 +235,9 @@ To maximize its usefulness in real world contexts, `ydata-profiling` has a set o
235
235
236
236
| Integration type | Description |
237
237
|---|---|
238
-
|[Other DataFrame libraries](https://ydata-profiling.ydata.ai/docs/master/pages/integrations/other_dataframe_libraries.html)| How to compute the profiling of data stored in libraries other than pandas |
238
+
|[Other DataFrame libraries](https://docs.profiling.ydata.ai/latest/integrations/other_dataframe_libraries)| How to compute the profiling of data stored in libraries other than pandas |
239
239
|[Great Expectations](https://ydata-profiling.ydata.ai/docs/master/pages/integrations/great_expectations.html)| Generating [Great Expectations](https://greatexpectations.io) expectations suites directly from a profiling report |
240
-
|[Interactive applications](https://ydata-profiling.ydata.ai/docs/master/pages/integrations/data_apps.html)| Embedding profiling reports in [Streamlit](http://streamlit.io), [Dash](http://dash.plotly.com) or [Panel](https://panel.holoviz.org) applications |
240
+
|[Interactive applications](https://docs.profiling.ydata.ai/latest/integrations/interactive_applications)| Embedding profiling reports in [Streamlit](http://streamlit.io), [Dash](http://dash.plotly.com) or [Panel](https://panel.holoviz.org) applications |
241
241
|[Pipelines](https://ydata-profiling.ydata.ai/docs/master/pages/integrations/pipelines.html)| Integration with DAG workflow execution tools like [Airflow](https://airflow.apache.org) or [Kedro](https://kedro.org)|
242
242
|[Cloud services](https://ydata-profiling.ydata.ai/docs/master/pages/integrations/cloud_services.html)| Using `ydata-profiling` in hosted computation services like [Lambda](https://lambdalabs.com), [Google Cloud](https://github.com/GoogleCloudPlatform/analytics-componentized-patterns/blob/master/retail/propensity-model/bqml/bqml_kfp_retail_propensity_to_purchase.ipynb) or [Kaggle](https://www.kaggle.com/code)|
243
243
|[IDEs](https://ydata-profiling.ydata.ai/docs/master/pages/integrations/ides.html)| Using `ydata-profiling` directly from integrated development environments such as [PyCharm](https://www.jetbrains.com/pycharm/)|
@@ -252,7 +252,7 @@ Need help? Want to share a perspective? Report a bug? Ideas for collaborations?
252
252
> **Need Help?**<br>
253
253
> Get your questions answered with a product owner by [booking a Pawsome chat](https://meetings.hubspot.com/fabiana-clemente)! 🐼
254
254
255
-
> ❗ Before reporting an issue on GitHub, check out [Common Issues](https://ydata-profiling.ydata.ai/docs/master/pages/support_contrib/common_issues.html).
255
+
> ❗ Before reporting an issue on GitHub, check out [Common Issues](https://docs.profiling.ydata.ai/latest/support-contribution/common_issues).
256
256
257
257
## 🤝🏽 Contributing
258
258
Learn how to get involved in the [Contribution Guide](https://ydata-profiling.ydata.ai/docs/master/pages/support_contrib/contribution_guidelines.html).
0 commit comments