Pandas ENH: pd.Timedelta could issue warning when 'units' falls through to **kwargs

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

Pandas BUG: provide better error message for pd.Timedelta - pd.Series[Timestamp]

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

Pandas Timestamp incorrectly handles datetime64 with exotic units

Code Sample, a copy-pastable example if possible>>> pd.Timestamp(np.datetime64('2019-01-01', '6h'))Timestamp('1...

Pandas API: boolean ops with float dtype

# from #60234 OPser1 = pd.Series([False, False])ser2 = pd.Series([0.0, 0.1])ser1 | ser2 # <- works by casting floats...

Pandas ERR: Remove __invert__ operations on dtype=object?

Code Sample, a copy-pastable example if possible1) This is okay:~pd.Series([False, False, True, False], dtype=bool)Out[7...

Pandas BUG: Rolling variance is negative

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

Pandas BUG: Multindex difference not working on columns with type Timestamp[ns][pyarrow]

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

Pandas DEPR: restrict downstream usage of core.internals

There are some optimizations I'd like to make in core.internals (mostly making the signatures stricter so we can do less...

Pandas ENH: New method "ends" as a combination of “head” and "tail"

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

Pandas DOC/ERR: better error message on unsuccessful datetime parsing

exceptions that are raised on unsuccessful datetime/timedelta parsing should add this:you can coerce to NaT by passing e...

Pandas API: Breaking Changes in 3.0 (without deprecations)

Discussed on today's call, this issue to discuss potential changes we may want to make in 3.0 that are too big or cumber...

Pandas API: Index.__array_wrap__ stop special-casing bool dtype

For the "just do in 3.0" pile. Index.__array_wrap__ reads def __array_wrap__(self, result, context=None): &qu...

Pandas Thousands separator for to_csv

Pandas exposes a thousands optional parameter to read_csv used to specify a custom thousands separator, so that 1,000 or...

Pandas Deprecate accepting None in pd.concat

pd.concat accepts iterables that may contain Series, DataFrame and None, where None are simply ignored.pd.concat([None, ...

Keras Doesn't Support Symbolic Tensors in Functional or Model Subclassing API

When using keras.ops.searchsorted within a Keras model built using the Functional API or subclassed tf.keras.Model, the ...

Keras Keras is unable to load a quantized model

Whenever we try to save a keras-hub model after quantization, we are unable to load the quantized model. I've tried from...

Keras Encountering NaN metrics during training with tf.distribute.MirroredStrategy

Hi!I have stumbled upon a pretty annoying issue when training a model using tf.distribute.MirroredStrategy.Fundamentally...

Keras Trainer.evaluate and Trainer.metrics_names do not interact as specified in the docs

From the docstring of evaluate's return in the base trainer class: Returns: Scalar test loss (if the model has...

Gin How can I bind from form-data with array objects ?

I have form-data like send by using postman. But I don't know how to create struct to bind that dataAnyone can have me p...

Gin Binding array of objects from post form

DescriptionAre there a possibility to bind post form values from array of objects using gin?How to reproduceI have post ...
上一页 下一页
.