Pandas ENH: Add Support for GroupBy Numeric Operations

xref some of the conversation in #20024 right now the following is possibleIn [16]: df = pd.DataFrame([(0, 1), (0, 2), (...

Pandas ENH: Implementing NEP 18's __array_function__

It would be useful to have __array_function__ support as described in NEP 18 implemented for Pandas objects. This would ...

Pandas Idea: Make pd.Index.values not writable

Code Sample, a copy-pastable example if possibleimport pandas as pda = pd.DataFrame({"col1": [1, 2, 3]}, index...

Pandas ENH: to_offset "year"/"quarter"/"month"/"day"/...?

In the process of untangling Resolution/FreqGroup/PeriodDtype/Offsets im finding it would be helpful if to_offset("year"...

Pandas QST: "Dummy" is rooted in ableist language

[x] I have searched the [pandas] tag on StackOverflow for similar questions.[x] I have asked my usage related question o...

Pandas Dask shuffle performance help

Hi Folks, I'm experimenting with a new shuffle algorithm for Dask dataframe. This is what backs distributed versions of...

Pandas ENH: Include df.attrs in to_csv output

Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas ENH: Disallow duplicate column names everywhere by default

Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas ENH: Include df.attrs in to_json output

Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas inf comparison doesn't emulate NaN with use_inf_as_null

Code Sample, a copy-pastable example if possibleimport numpy as npimport pandas as pdwith pd.option_context('mode.use_in...

Pandas 'base' argument when resampling has no effect

I seem to encounter the similar issue with #10530 which is marked closed.import pandas as pdimport numpy as npdf = pd.Da...

Pandas ENH: convert masked arrays for Series

Problem descriptionWhen a Series is constructed from a float32, masked numpy array, calling mean() on a resample produce...

Pandas Read_csv leaks memory when used in multiple threads

When using read_csv in threads it appears that the Python process leaks a little memory.This is coming from this dask-fo...

Pandas BUG: pd.api.types.is_signed_integer_dtype(np.floating) throws TypeError

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Keras Outdated code

Some of the lines of code in the actor-critic implementation in the reinforcement learning code examples has some bugs r...

Keras Keras stuck on set_random_seed with PyTorch backend on Metal (Applied Silicon)

import osos.environ["KERAS_BACKEND"] = "torch"import kerasprint(f"Keras imported with {keras.ba...

Keras How to specify the device on which the model resides

I now have two GPUs and two models, and I want one GPU to hold one model. How can I achieve this, especially with a jax ...

Keras 🗺️ Keras Development Roadmap

Here's an overview of the features we intend to work on in the near future.Core KerasPerformance and OptimizationA new K...

Gin Blank Search Box

I just wanted to search something.... but the search bar opens and shows nothing........just a blank box.......Comment F...

Gin render.TOMLContentType should not be exported

render.TOMLContentType should not be exported. If it is accidentally tampered with, it will affect the client's parsing ...
上一页 下一页
.