-
I know this is a few months old but would be nice if `address.state()` and `address.city()` worked like `address.country()`, I mean, if your locale is EN you should be getting addresses for the United…
-
-
**Describe the bug**
This issue is not really a bug, but more of a description of the results of a quick analysis of why sometimes some tests that locally work super fast, end up in the list of the s…
-
**Describe the bug**
A dataframe with RangeIndex & a also a string column when pickled into a file in `0.16` cannot be deserialized in `0.17` and above versions of cudf.
**Steps/Code to reproduce…
-
We need to run tests in random order to be sure, that they do not depend on each other.
https://github.com/pytest-dev/pytest-randomly
-
**Describe the bug**
There seems to be a `UnicodeDecodeError` while writing a dataframe to csv file. This is not happening absolutely deterministically as we can see from the error message too the po…
-
**Describe the bug**
We can read a csv of integers with a destination dtype as `datetime64` type by providing `dtype=timestamp[ns]` in `cudf.read_csv`. This however seems to not work correctly when t…
-
-
**Describe the bug**
We have a parameter called `na_filter` which will decide whether there should be any nulls in the dataframe or not while reading a csv file content. This parameter seems to be no…
-
**Describe the bug**
`cudf.read_csv` supports two parameters, `keep_default_na` and `na_values`. When these two parameters are used in combination they are expected to show a certain behavior in sele…