{% extends "base.html" %} {% block headerextracss %} {% endblock %} {% block headertitle %}
Columns are ordered by the number of differences on each column.
For the mismatched rows, columns with prefix "x" are from {{ x_schema }}.{{ x_table }}
and columns with prefix "y" are from {{ x_schema }}.{{ y_table }}
.
The same columns labels are in the "grouped differences" output,
in which we take all pairs of cells that are different for the given column,
and count up the number of such pairs.
The code to pull the difference data is printed below it.
{{ info.query|code("pgsql") }}
{{ info.query|code("pgsql") }}{% if "sample_grouped" in info %}
{{ info.query_grouped|code("pgsql") }}{% endif %}
{{ info.df|dfhtml|safe }}
{{ info.df_raw|dfhtml|safe }}
{% if info.q_h_x %}{{ info.df_h_x|dfhtml|safe }}
{{ info.df_h_y|dfhtml|safe }}
{% endif %} {% if info.q_n %}{{ info.df_n|dfhtml|safe }}
{{ info.df_n_sample|dfhtml|safe }}
{% endif %}{{ info.q|code("pgsql") }}
{{ info.q_raw|code("pgsql") }}{% if info.q_h_x %}
{{ info.q_h_x|code("pgsql") }}
{{ info.q_h_y|code("pgsql") }}{% endif %} {% if info.q_n %}
{{ info.q_n|code("pgsql") }}
{{ info.q_n_sample|code("pgsql") }}{% endif %}