asddfl

Results 19 issues of asddfl

**Describe the bug** `cudf` and `cudf.pandas` error read mixed numeric and boolean data from csv. **Steps/Code to reproduce bug** ```python import pandas as pd import cudf pd_t2 = pd.read_csv("t2.csv") cudf_t2...

bug

**Describe the bug** `cudf.pandas` can not cast `timestamp` value into `datetime` similar to `Pandas`. **Steps/Code to reproduce bug** ```python import pandas as pd pd_t0 = pd.DataFrame( { 'c0': [1] }...

bug

### 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. ###...

bug
python
needs triage
A-gpu

### 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. ###...

bug
python
needs triage
A-gpu

### 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. ###...

bug
python
accepted
A-gpu

### 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. ###...

bug
python
needs triage
A-gpu

**Describe the bug** Special character inputs from the csv file bring inconsistency when using the CPU and GPU engines respectively. **Steps/Code to reproduce bug** ```python import os os.environ['JAVA_HOME'] = "/usr/lib/jvm/java-17-openjdk-amd64"...

bug

**Describe the bug** `cast` mixed numeric and date data reading from csv files brings errors on the GPU engines. **Steps/Code to reproduce bug** ```python import os os.environ['JAVA_HOME'] = "/usr/lib/jvm/java-17-openjdk-amd64" os.environ['SPARK_HOME']...

bug

**What is your question?** Does `spark-rapids` support GPU acceleration for pandas-on-Spark (`pyspark.pandas`)?

question