Vyas Ramasubramani

Results 128 issues of Vyas Ramasubramani

I'm trying to use tqdm along with multiprocessing.Pool in a notebook, and it doesn't quite seem to render correctly. The general problem appears to be well documented in Issue #407...

help wanted 🙏
p2-bug-warning ⚠
submodule-notebook 📓
synchronisation ⇶

**Is your feature request related to a problem? Please describe.** Currently the vast majority of exceptions thrown by libcudf are `cudf::logic_error` due to the use of the `CUDF_EXPECTS` and `CUDF_FAIL`...

feature request
libcudf
inactive-30d
inactive-90d

**Is your feature request related to a problem? Please describe.** Aside from the core classes (DataFrame, Series, etc), each of which typically live in eponymous files, the organization of functions...

feature request
cuDF (Python)
improvement
inactive-30d

**Is your feature request related to a problem? Please describe.** Currently the [C++ documentation](https://docs.rapids.ai/api/libcudf/stable/) and [Python documentation](https://docs.rapids.ai/api/cudf/stable/) are managed and published completely separately. The Python documentation uses Sphinx, while the...

feature request
proposal
doc
cuDF (Python)

## Description This PR adds the developer documentation to our doxygen. The changes are minimal: the files have been moved from cpp/docs to cpp/doxygen and added to the `INPUT` section...

doc
libcudf
non-breaking

**Describe the bug** Currently, calling `isna` (or `isnull`) on any index type will return an Int64Index of dtype bool. It should instead return a cupy array to match pandas behavior...

bug
cuDF (Python)

**Is your feature request related to a problem? Please describe.** #8643 introduced a new rST directive `pandas-compat` to our documentation that allows us to collect all documentation relating to differences...

feature request
doc
good first issue
cuDF (Python)

**Is your feature request related to a problem? Please describe.** `DataFrame.dtypes` is used in many places in the code. For pandas compatibility, this method constructs a `pd.Series` from the column...

feature request
good first issue
Performance

**Is your feature request related to a problem? Please describe.** `DataFrame.insert` is an expensive operation because it triggers index equality checking and potentially index realignment, both of which are typically...

feature request
good first issue
Performance

numpydoc supports [docstring validation](https://numpydoc.readthedocs.io/en/latest/validation.html) that we should enable to supplement things like pydocstyle checks. The numpydoc validation will help us with more semantic checking, such as ensuring that docstrings actually...

0 - Backlog
doc
good first issue
cuDF (Python)