-
I noticed the countries table does not include the numeric codes, I prefer storing countries by their numeric codes because they don't change like the 2 or 3 letter ones can, they very rarely change, …
-
[Shaman](https://gitlab.com/numerical_shaman/shaman) uses Error Free Transforms to explicitly evaluate order 1 rounding error of IEEE floating point. It works as a library and it just needs the user t…
-
Hello,
Am i wrong or MsgKit handle only numerical named property and not string named ?
If we take the property used by AIP (Azure Information protection) it does not have an numerical ID, it's a s…
-
The following code:
```
locals {
one = 1
two = 3 - one
}
```
fails with:
```
com.bertramlabs.plugins.hcl4j.HCLParserException: Error Parsing Numerical Value in HCL Attribute
at …
-
Currently statrs only supports f64 but I'd like to at the minimum extend that to f32 and possibly other numeric types as well (especially for things in the `statistics` module). The [num](https://crat…
-
the numerical sanitizer is currently linked as whole-archive in the main program.
```-shared-libsan``` does not seem to have any effect.
nsan symbols are left undefined when building a shared librar…
-
The file `RUN_INF.OUT` gives information on numerical convergence in the Convergency column (T - true or F - false). Maybe it would be nice to add an option to the `simulate()` function. If this optio…
-
Is there a way to prevent non-numeric input entirely, rather than stripping it out?
For example I can type "foo" into the input, and it's displayed as a value, but then stripped when I blur the fie…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
Thank you for sharing this excellent library @drkane ! I'm currently using it to extract numeric data from Companies House reports and assessing how feasible it would be to determine which table in a …