Decimal And Thousand Separators In Every Locale
properly format number based on locale code
@kaggle.prasertk_decimal_and_thousand_separators_in_every_locale
properly format number based on locale code
@kaggle.prasertk_decimal_and_thousand_separators_in_every_locale
CREATE TABLE windows_python_locale_numberformat (
"lcid" BIGINT,
"locale" VARCHAR,
"decimal_point" VARCHAR,
"thousands_sep" VARCHAR,
"int_curr_symbol" VARCHAR,
"currency_symbol" VARCHAR,
"two_alpha_code" VARCHAR,
"display_name" VARCHAR
);
Anyone who has the link will be able to view this.