You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A utility package for comparing Polars DataFrames.
3
+
A utility package for comparing `polars` data frames.
4
4
5
5
```{toctree}
6
6
:maxdepth: 2
@@ -12,31 +12,31 @@ API Reference <api/modules>
12
12
13
13
## What is Diffly?
14
14
15
-
Diffly is a utility package for comparing Polars DataFrames and LazyFrames with detailed analysis capabilities. It identifies differences between datasets including:
15
+
Diffly is a utility package for comparing `polars` data frames and lazy frames with detailed analysis capabilities. It identifies differences between datasets including:
16
16
17
-
-**Schema differences**: Columns that exist only in one DataFrame
18
-
-**Row-level mismatches**: Rows that are different between DataFrames
19
-
-**Missing rows**: Rows that exist only in one DataFrame
17
+
-**Schema differences**: Columns that exist only in one data frame
18
+
-**Row-level mismatches**: Rows that are different between data frames
19
+
-**Missing rows**: Rows that exist only in one data frame
20
20
-**Column value changes**: Detailed analysis of which columns differ and by how much
21
21
22
22
## Key Features
23
23
24
-
-**Primary key-based comparison**: Join DataFrames on specified primary keys for row-by-row comparison
24
+
-**Primary key-based comparison**: Join data frames on specified primary keys for row-by-row comparison
0 commit comments