┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                     Diffly Summary                                     ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
   Primary key: id

 Schemas
 ▔▔▔▔▔▔▔
   Schemas match exactly (column count: 7).

 Rows
 ▔▔▔▔
   Left count             Right count
       3      (no change)      3

   ┏━┯━┯━┯━┯━┓╌╌╌┏━┯━┯━┯━┯━┓╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╮
   ┃ │ │ │ │ ┃ ≠ ┃ │ │ │ │ ┃  3  unequal  (100.00%)  │
   ┗━┷━┷━┷━┷━┛╌╌╌┗━┷━┷━┷━┷━┛╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╯

 Columns
 ▔▔▔▔▔▔▔
   ┌───────────────────┬───────┬───────────────────────────────────────────────────────┐
   │ list_of_bools     │ 0.00% │ [True, False, ..., True, False] -> [False, True, ..., │
   │                   │       │                                     False, True] (1x) │
   │                   │       │     [True, False, True, False, True] -> [False, True, │
   │                   │       │                              False, True, False] (1x) │
   │                   │       │                   [True, False] -> [False, True] (1x) │
   ├───────────────────┼───────┼───────────────────────────────────────────────────────┤
   │ list_of_dates     │ 0.00% │ [2021-01-01, 2021-01-02, ..., 2021-01-09, 2021-01-10] │
   │                   │       │          -> [2021-01-02, 2021-01-03, ..., 2021-01-10, │
   │                   │       │                                      2021-01-11] (1x) │
   │                   │       │      [2021-01-01, 2021-01-02, 2021-01-03, 2021-01-04, │
   │                   │       │   2021-01-05] -> [2021-01-02, 2021-01-03, 2021-01-04, │
   │                   │       │                          2021-01-05, 2021-01-06] (1x) │
   │                   │       │  [2021-01-01, 2021-01-02] -> [2021-01-02, 2021-01-03] │
   │                   │       │                                                  (1x) │
   ├───────────────────┼───────┼───────────────────────────────────────────────────────┤
   │ list_of_datetimes │ 0.00% │       [2021-01-01 00:00:00, 2021-01-02 00:00:00, ..., │
   │                   │       │          2021-01-09 00:00:00, 2021-01-10 00:00:00] -> │
   │                   │       │       [2021-01-02 00:00:00, 2021-01-03 00:00:00, ..., │
   │                   │       │        2021-01-10 00:00:00, 2021-01-11 00:00:00] (1x) │
   │                   │       │ [2021-01-01 00:00:00, 2021-01-02 00:00:00, 2021-01-03 │
   │                   │       │   00:00:00, 2021-01-04 00:00:00, 2021-01-05 00:00:00] │
   │                   │       │         -> [2021-01-02 00:00:00, 2021-01-03 00:00:00, │
   │                   │       │  2021-01-04 00:00:00, 2021-01-05 00:00:00, 2021-01-06 │
   │                   │       │                                        00:00:00] (1x) │
   │                   │       │         [2021-01-01 00:00:00, 2021-01-02 00:00:00] -> │
   │                   │       │       [2021-01-02 00:00:00, 2021-01-03 00:00:00] (1x) │
   ├───────────────────┼───────┼───────────────────────────────────────────────────────┤
   │ list_of_floats    │ 0.00% │     [0.0, 1.0, ..., 8.0, 9.0] -> [1.0, 2.0, ..., 9.0, │
   │                   │       │                                            10.0] (1x) │
   │                   │       │     [0.0, 1.0, 2.0, 3.0, 4.0] -> [1.0, 2.0, 3.0, 4.0, │
   │                   │       │                                             5.0] (1x) │
   │                   │       │                         [0.0, 1.0] -> [1.0, 2.0] (1x) │
   ├───────────────────┼───────┼───────────────────────────────────────────────────────┤
   │ list_of_ints      │ 0.00% │          [0, 1, ..., 8, 9] -> [1, 2, ..., 9, 10] (1x) │
   │                   │       │               [0, 1, 2, 3, 4] -> [1, 2, 3, 4, 5] (1x) │
   │                   │       │                                 [0, 1] -> [1, 2] (1x) │
   ├───────────────────┼───────┼───────────────────────────────────────────────────────┤
   │ list_of_strings   │ 0.00% │     ["0", "1", ..., "8", "9"] -> ["1", "2", ..., "9", │
   │                   │       │                                            "10"] (1x) │
   │                   │       │     ["0", "1", "2", "3", "4"] -> ["1", "2", "3", "4", │
   │                   │       │                                             "5"] (1x) │
   │                   │       │                         ["0", "1"] -> ["1", "2"] (1x) │
   └───────────────────┴───────┴───────────────────────────────────────────────────────┘
