Skip to content

Commit c4bc9e4

Browse files
martin-kokosaquemy
authored andcommitted
docs: fix hyperlink - related to package name change (#1457)
Co-authored-by: Martin Mokry <martin-kokos@users.noreply.github.com>
1 parent a268340 commit c4bc9e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Parameter,Type,Default,Description
22
``title``,string,"Pandas Profiling Report","Title for the report, shown in the header and title bar."
33
``pool_size``,integer,0,"Number of workers in thread pool. When set to zero, it is set to the number of CPUs available."
4-
``progress_bar``,boolean,``True``,"If ``True``, ``pandas-profiling`` will display a progress bar."
4+
``progress_bar``,boolean,``True``,"If ``True``, ``ydata-profiling`` will display a progress bar."

docs/features/big_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ profile.to_file("output.html")
5656
```
5757

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

docs/features/sensitive_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ report and no individual records are shown:
1010
report = df.profile_report(sensitive=True)
1111
```
1212

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

1616
## Sample and duplicates

0 commit comments

Comments
 (0)