shapiro_wilk_test

shapiro_wilk_test(csv_file, column_name) -> 

Perform the Shapiro-Wilk test on a specified column of a CSV file.

Parameters:
NameDescription
csv_fileThe path to the CSV file.

column_nameThe name of the column to perform the test on.