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: commands/docs/polars_profile.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ version: 0.100.0
6
6
dataframe: |
7
7
Profile a lazy dataframe. This will run the query and return a record containing the materialized DataFrame and a DataFrame that contains profiling information of each node that is executed.
8
8
9
-
The units of the timings are microseconds.
9
+
The units of the timings are microseconds.
10
10
usage: |
11
11
Profile a lazy dataframe. This will run the query and return a record containing the materialized DataFrame and a DataFrame that contains profiling information of each node that is executed.
12
12
13
-
The units of the timings are microseconds.
13
+
The units of the timings are microseconds.
14
14
---
15
15
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
0 commit comments