Add ability to specify decimal separator in Polars SQL read_csv
table function.
#15786
Labels
A-io-csv
Area: reading/writing CSV files
enhancement
New feature or an improvement of an existing feature
Description
Now that #15774 has been merged, it'd be great if Polars SQL users have to ability to specify their desired decimal operator with the Polars SQL
read_csv
table function.Currently, it only supports one parameter - the CSV filepath.
polars/crates/polars-sql/src/table_functions.rs
Lines 80 to 88 in 4a870cc
The text was updated successfully, but these errors were encountered: