asddfl

Results 19 issues of asddfl

### Pandas version 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://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
IO CSV

### Pandas version 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://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
Strings
Closing Candidate

**Describe the issue**: I found that Dask's data types differ from those of Pandas when reading from the csv files containing blank rows and boolean values. **Minimal Complete Verifiable Example**:...

dataframe
bug

**Describe the issue**: Dask dataframe indexing `bool` type values is inconsistent with those of Pandas. I consider this may be a bug in `dask.dataframe`. **Minimal Complete Verifiable Example**: ```python import...

dataframe
bug

### Modin version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest released version...

bug 🦗
Triage 🩹

### Modin version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest released version...

bug 🦗
Triage 🩹

### Modin version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest released version...

bug 🦗
Triage 🩹

### Modin version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest released version...

bug 🦗
Triage 🩹

**Describe the bug** `cudf` and `cudf.pandas` casting empty rows reading from csv files into the `bool` type is inconsistent with `Pandas`. **Steps/Code to reproduce bug** ```python import pandas as pd...

bug
Python

**Describe the bug** Both `cudf` and `cudf.pandas` produce `query` results for `outer merge` that are inconsistent with those of Pandas. **Steps/Code to reproduce bug** ```python import pandas as pd import...

bug