Skip to content

Commit 03febae

Browse files
committed
chore: Fix polars_profile.md
1 parent 8597c2b commit 03febae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/docs/polars_profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ version: 0.100.0
66
dataframe: |
77
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.
88
9-
The units of the timings are microseconds.
9+
The units of the timings are microseconds.
1010
usage: |
1111
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.
1212
13-
The units of the timings are microseconds.
13+
The units of the timings are microseconds.
1414
---
1515
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1616

0 commit comments

Comments
 (0)