Python Forum
mixed decimal point characters
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mixed decimal point characters
#1
i have some data in a timed mix to be processed by a Python program i wrote. some of the data uses the European standard of ',' for the decimal point character. mass conversion of all ',' to '.' messed up a lot of ',' in other parts of the data. i am wondering if Python has any facilities for handling a mix of data like that. or else i'll have to write some of my own.

in a different case i may need to process some numbers like 1,234,768 and such (hopefully just US standard).
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply
#2
A quick look suggests there isn't anything of the sort in the standard library. There could be something in PyPi or on Github. Perhaps inherit from Decimal and add parsing and formatting methods to accommodate the format difference.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  idle and characters with decimal value>127 hakelm 14 4,392 Jun-19-2021, 07:32 AM
Last Post: hakelm
  Printing digits after the decimal point one by one uberman321 1 1,730 Oct-20-2020, 08:10 AM
Last Post: bowlofred
  Remove escape characters / Unicode characters from string DreamingInsanity 5 13,655 May-15-2020, 01:37 PM
Last Post: snippsat
  List of mixed data types to bytes medatib531 1 2,331 Mar-16-2020, 11:53 AM
Last Post: scidam
  connecting the first point to the last point Matplotlib omar_mohsen 0 4,579 Jan-15-2020, 01:23 PM
Last Post: omar_mohsen
  mixed types MattT 2 3,492 Dec-17-2019, 03:44 PM
Last Post: MattT
  Reading mixed ASCII/binary serial input N8UR 1 3,705 Jun-11-2019, 02:49 PM
Last Post: N8UR
  testing for Decimal w/o importing decimal every time Skaperen 7 4,427 May-06-2019, 10:23 PM
Last Post: Skaperen
  decimal point or comma Skaperen 8 5,217 Mar-17-2019, 06:02 AM
Last Post: DeaD_EyE
  Mixed string,Integer input variable issue maderdash 2 2,745 Nov-06-2018, 09:46 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020