From fb2d00783149c15c2764d2ef6793f41d7a6d168f Mon Sep 17 00:00:00 2001 From: Eduardo Pires <86846534+Dev-Duardo@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:32:19 -0300 Subject: [PATCH] fix: content of trim function (#6161) This Microsoft article talks about the features of the 'Trim' function. The function only removes the spaces: https://support.microsoft.com/en-us/office/trim-function-410388fa-c5df-49c6-b16c-9e5630b479f9 --- .../roadmaps/data-analyst/content/trim@D5Q6o6ydr1j51kB0ASFPE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/data-analyst/content/trim@D5Q6o6ydr1j51kB0ASFPE.md b/src/data/roadmaps/data-analyst/content/trim@D5Q6o6ydr1j51kB0ASFPE.md index 8edbc7280..c8a16825c 100644 --- a/src/data/roadmaps/data-analyst/content/trim@D5Q6o6ydr1j51kB0ASFPE.md +++ b/src/data/roadmaps/data-analyst/content/trim@D5Q6o6ydr1j51kB0ASFPE.md @@ -1,3 +1,3 @@ # Trim -Trim is considered a basic yet vital function within the scope of data analysis. It plays an integral role in preparing and cleansing the dataset, which is key to analytical accuracy. Trim allows data analysts to streamline dataset by removing extra spaces, unwanted characters, outliers or specific ranges of values, hence, enhancing the data quality. Furthermore, Trim functions can help in reducing the errors, enhancing the efficiency of data modelling and ensuring reliable data insight generation. Understanding Trim function is thus an essential part of a data analyst's toolbox. \ No newline at end of file +Trim is considered a basic yet vital function within the scope of data analysis. It plays an integral role in preparing and cleansing the dataset, which is key to analytical accuracy. Trim allows data analysts to streamline dataset by removing extra spaces, enhancing the data quality. Furthermore, Trim functions can help in reducing the errors, enhancing the efficiency of data modelling and ensuring reliable data insight generation. Understanding Trim function is thus an essential part of a data analyst's toolbox.