Baselight

Decimal And Thousand Separators In Every Locale

properly format number based on locale code

@kaggle.prasertk_decimal_and_thousand_separators_in_every_locale

Loading...
Loading...

About this Dataset

Decimal And Thousand Separators In Every Locale

Context

A collection of decimal and thousand separators used in each locale/culture.

Acknowledgements

We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.
cover photo credit: https://www.pexels.com/photo/collection-of-banknotes-with-dollar-bill-on-top-4025825/ (Photo by Pratikxox from Pexels)

Inspiration

How to properly parse and format number properly in every locale/culture.

Tables

Windows Python Locale Numberformat

@kaggle.prasertk_decimal_and_thousand_separators_in_every_locale.windows_python_locale_numberformat
  • 12.66 KB
  • 208 rows
  • 8 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.