Skip to content

Commit

Permalink
Merge branch 'develop' into fix_1540
Browse files Browse the repository at this point in the history
  • Loading branch information
fabclmnt authored May 6, 2024
2 parents 49f2f5c + 12376b3 commit df29bea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ pip install -e .

The profiling report is written in HTML and CSS, which means a modern browser is required.

You need [Python 3](https://python3statement.org/) to run the package. Other dependencies can be found in the requirements files:
You need [Python 3](https://python3statement.github.io/) to run the package. Other dependencies can be found in the requirements files:

| Filename | Requirements|
|----------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ mkdocs>=1.4.2,<1.5.2
mkdocs-material>=9.0.12,<10.0.0
mkdocs-material-extensions>=1.1.1,<2.0.0
mkdocs-table-reader-plugin<=2.0.1
mike>=2.0.0,<2.1.0
mike>=2.1.1,<2.2.0
mkdocstrings[python]>=0.20.0,<1.0.0
mkdocs-badges
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a href="#pp_var_{{ alert.anchor_id }}"><code>{{ alert.column_name }}</code></a> has constant value "{{ alert.values['mode'] }}"
<a href="#pp_var_{{ alert.anchor_id }}"><code>{{ alert.column_name }}</code></a> has constant value "{{ alert.values['value_counts_without_nan'].index[0] }}"

0 comments on commit df29bea

Please sign in to comment.