Vyas Ramasubramani

Results 137 issues of Vyas Ramasubramani

## Description The ExcelWriter supports the abstract os.PathLike interface, but we would also like that support to be reflected in the class's MRO. Doing so is slightly complicated because os.PathLike...

bug
cuDF (Python)
non-breaking

**Is your feature request related to a problem? Please describe.** pandas has a `set_flags` API that disallows duplicate labels from existing on a pandas object. Therefore, subsequent operations on the...

feature request
cudf.pandas

Currently we proxy numpy.ndarray to ensure that cupy arrays are produced instead where possible. However, this behavior only partially addresses the possible ways to interact with numpy. Similarly to how...

feature request
cudf.pandas

**Is your feature request related to a problem? Please describe.** Due to the wrapping behavior in cudf.pandas it can be very difficult to debug issues, and even more challenging to...

feature request
0 - Backlog
1 - On Deck
Python
cudf.pandas

**Is your feature request related to a problem? Please describe.** `DataFrame.(sum|mean|etc, axis=None)` should be a reduction over the entire `DataFrame` rather than imply `axis=0`. See https://github.com/pandas-dev/pandas/issues/21597 for a full description....

feature request
0 - Backlog
cuDF (Python)
cudf.pandas

**Is your feature request related to a problem? Please describe.** `pandas.MultiIndex` supports a `set_codes` method that is currently not possible with cudf.MultiIndex. **Describe the solution you'd like** We should Implement...

feature request
cuDF (Python)
cudf.pandas

**Is your feature request related to a problem? Please describe.** `pandas.MultiIndex` supports a `set_levels` method that is currently not possible with cudf.MultiIndex. **Describe the solution you'd like** We should Implement...

feature request
cuDF (Python)
cudf.pandas

## Description This PR changes wheel building in RMM to create a separate C++ wheel that is then found from the Python wheel. The C++ wheel is now a hard...

feature request
CMake
Python
non-breaking
ci

## Description This PR removes usage of the only method in rmm's Cython that is not part of the Python limited API. Contributes to https://github.com/rapidsai/build-planning/issues/42 ## Checklist - [x] I...

Python
non-breaking
improvement

This PR removes usage of the only method in raft's Cython that is not part of the Python limited API. Contributes to https://github.com/rapidsai/build-planning/issues/42

improvement
non-breaking
python