fix mistake in description of polars pivot command (#15621)

Very small change to fix a typo/mistake in the polars pivot command
description.
This commit is contained in:
Matthias Meschede
2025-04-23 12:22:40 +02:00
committed by GitHub
parent e1ffaf2548
commit 717081bd2f

View File

@ -26,7 +26,7 @@ impl PluginCommand for PivotDF {
}
fn description(&self) -> &str {
"Pivot a DataFrame from wide to long format."
"Pivot a DataFrame from long to wide format."
}
fn signature(&self) -> Signature {