Skip to content

Commit

Permalink
docs: fix hyperlink - related to package name change (ydataai#1457)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Mokry <[email protected]>
  • Loading branch information
2 people authored and maciejb committed Oct 3, 2023
1 parent c52039a commit 546ffb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/advanced_settings/tables/config_general.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Parameter,Type,Default,Description
``title``,string,"Pandas Profiling Report","Title for the report, shown in the header and title bar."
``pool_size``,integer,0,"Number of workers in thread pool. When set to zero, it is set to the number of CPUs available."
``progress_bar``,boolean,``True``,"If ``True``, ``pandas-profiling`` will display a progress bar."
``progress_bar``,boolean,``True``,"If ``True``, ``ydata-profiling`` will display a progress bar."
2 changes: 1 addition & 1 deletion docs/features/big_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ profile.to_file("output.html")
```

This configuration file can be found here:
[config_minimal.yaml](https://github.com/ydataai/pandas-profiling/blob/master/src/pandas_profiling/config_minimal.yaml).
[config_minimal.yaml](https://github.com/ydataai/ydata-profiling/blob/master/src/ydata_profiling/config_minimal.yaml).
More details on settings and configuration are available in
`../advanced_usage/available_settings`{.interpreted-text role="doc"}.

Expand Down
2 changes: 1 addition & 1 deletion docs/features/sensitive_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ report and no individual records are shown:
report = df.profile_report(sensitive=True)
```

Additionally, `pandas-profiling` does not send data to external
Additionally, `ydata-profiling` does not send data to external
services, making it suitable for private data.

## Sample and duplicates
Expand Down

0 comments on commit 546ffb6

Please sign in to comment.