From 03febaecfbc1d96ef7eb7bd45f14c98a861708e8 Mon Sep 17 00:00:00 2001 From: hustcer Date: Fri, 6 Dec 2024 09:54:01 +0800 Subject: [PATCH] chore: Fix polars_profile.md --- commands/docs/polars_profile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/docs/polars_profile.md b/commands/docs/polars_profile.md index 99ce7f3ab74..b61581f73db 100644 --- a/commands/docs/polars_profile.md +++ b/commands/docs/polars_profile.md @@ -6,11 +6,11 @@ version: 0.100.0 dataframe: | 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. -The units of the timings are microseconds. + The units of the timings are microseconds. usage: | 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. -The units of the timings are microseconds. + The units of the timings are microseconds. ---