GALI PREM SAGAR
GALI PREM SAGAR
### 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...
**What happened**: Looks like the way currently `dask`, `dask-core` & `distributed` are being packaged in `conda-forge` & `dask/label/dev` to be able to use interchangeably is leading to issues when being...
**Is your feature request related to a problem? Please describe.** It would be nicer to have the row-group wise metadata returned instead of returning just the number of row-groups. That...
**Describe the bug** When there is `0` in denominator of `pymod` operation, we seem to be returning garbage value instead of `null` value. **Steps/Code to reproduce bug** ```python Type "help",...
This PR unpins `dask` & `distributed` for `22.10` development. xref: https://github.com/rapidsai/cudf/pull/11492
**Is your feature request related to a problem? Please describe.** https://github.com/apache/arrow-datafusion/issues/2573 will bring in changes to `UNION` logical plan where we can distinguish a UNION vs UNION ALL query. This...
**Describe the bug** When we want to fill a `slice` of a series column of type `struct` or `list`, there is an error. **Steps/Code to reproduce bug** ```python In [49]:...
This PR is WIP.
**Is your feature request related to a problem? Please describe.** Writing a pandas dataframe to an orc file using `pyorc` is a bit of a complex operation. Until now we...