Skip to content

Distinguish comma delimiter from thousand separator#38

Open
leostimpfle wants to merge 2 commits intopy-econometrics:mainfrom
leostimpfle:fix/thousands-separator-coef-fmt
Open

Distinguish comma delimiter from thousand separator#38
leostimpfle wants to merge 2 commits intopy-econometrics:mainfrom
leostimpfle:fix/thousands-separator-coef-fmt

Conversation

@leostimpfle
Copy link
Copy Markdown
Contributor

Closes #34.

The idea is to distinguish a comma delimiter from a format specification by evaluating whether the string including the comma is a valid format mini-language expression. This may not be the most performant (because it calls _is_valid_format_spec for every comma but keeps explicit string parsing to a minimum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Thousands separator not working (maketables package version 0.1.7)

1 participant