-
CI broke with the version bump to `2023.8.1`. For some reason, some jobs started taking much longer and time out.
Commit: https://github.com/dask/dask/commit/5f456cc899890d11da0bf528412858e19665ecc…
-
**Describe the bug**
Casting an int column to decimal128 type goes through `from_arrow` machinery, which seems to not have support for `decimal128`.
**Steps/Code to reproduce bug**
PR needed to h…
-
**Describe the bug**
Conversion from string to `decimal128` types seem to be broken.
**Steps/Code to reproduce bug**
PR needed to have decimal128 python machinery: https://github.com/rapidsai/cud…
-
**Describe the bug**
A `cudaErrorIllegalAddress` error is triggered when using regular expressions and replace with some combinations of inputs and outputs with `*` and `?`. This error is a permanen…
-
**Describe the bug**
This looks like a parquet writer bug. When there is a mix of `np.nan` & `` values in a float column, and that is written to parquet file, we are able to retrieve it correctly fro…
-
**Describe the bug**
I am seeing inconsistent results when calling `containsRe` with the pattern `\101` and the string `A`. On the first call, the method *sometimes* returns false and sometimes true.…
-
**Describe the bug**
Starting `pandas 1.4.0`, there is a change in behavior of `mangle_dupe_cols` in `cudf.read_csv`. The change in behavior is explained well here: https://pandas.pydata.org/docs/wha…
-
**Describe the bug**
When `cudf` is built with `cuda-11.5`, there seems to be a data-corruption while reading a parquet file with `cudf` engine. It seems to be the case for multiple columns, see exam…
-
# Bug report
## What's wrong
`Address.country` appears to return only `United States`:
```python
from mimesis import Address
g = Address()
for i in range(0,11):
print(g.country(…
-
### Brief description of the issue
Build fails with
```
src/librssguard/3rd-party/mimesis/quoted-printable.cpp:30:3: error: 'uint8_t' was not declared in this scope
```
### How to reproduce the b…