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
Copy file name to clipboardExpand all lines: docs/documentation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ polars stays optional: it is only imported when you actually pass a polars objec
45
45
46
46
---
47
47
48
-
## `profile`
48
+
## `profiler`
49
49
50
50
The flagship: a one-call **data diagnostician**. Instead of dumping statistics for every column, it runs a battery of checks, ranks the problems worst-first, scores the data's health, and tells you how to fix each issue. It composes the rest of the toolkit (`missing`, `imbalance`, and more) under one entry point.
51
51
@@ -55,14 +55,14 @@ The flagship: a one-call **data diagnostician**. Instead of dumping statistics f
0 commit comments