Skip to content

Commit

Permalink
Summary area cosmetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdesignpro committed Feb 19, 2021
1 parent 616f870 commit 0ec1091
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sweetviz/templates/dataframe_summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="dataframe-summary-row row">
<div class="pos-df-summary-source color-source">
{% if dataframe.summary_source.num_skipped_columns > 0 %}
({{ dataframe.summary_source.num_skipped_columns }} SKIPPED)
(INCL. {{ dataframe.summary_source.num_skipped_columns }} SKIPPED)
{% endif %}
{{ dataframe.summary_source.num_columns }}
</div>
Expand All @@ -36,7 +36,7 @@
{% if dataframe.summary_compare.num_skipped_columns is not none %}
{{ dataframe.summary_compare.num_columns }}
{% if dataframe.summary_compare.num_skipped_columns > 0 %}
({{ dataframe.summary_compare.num_skipped_columns }} SKIPPED)
(INCL. {{ dataframe.summary_compare.num_skipped_columns }} SKIPPED)
{% endif %}
{% endif %}
{% endif %}
Expand All @@ -59,7 +59,7 @@
</div>
{% if dataframe.summary_compare is not none: %}
{% if dataframe.summary_compare.num_cmp_not_in_source > 0 %}
<div class="dataframe-summary-row row-colored">
<div class="dataframe-summary-row">
<div class="pos-df-summary-source color-source"></div>
<div class="pos-df-summary-center"> </div>
<div class="pos-df-summary-compare color-compare">{{ dataframe.summary_compare.num_cmp_not_in_source }}
Expand Down
6 changes: 3 additions & 3 deletions sweetviz/templates/sweetviz.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ec1091

Please sign in to comment.