Pandas BUG: tz_localize(None) incorrectly converts timestamps when using pyarrow dtypes

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

Pandas DEPR: behavior of copy argument in df.reindex is confusing

This was inspired by #33888 and #34584Problem descriptionThe behavior of copy argument in df.reindex is confusing. Curre...

Pandas BUG: inconsistent behavior and crash in DataFrame.__setitem__ when >=3d ndarray is used

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

Pandas ENH: Remove the DataFrame.attrs saving to parquet metadata on Pandas' side

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

Pandas BUG: In main, TimedeltaIndex.shift() requires freq in the index, but it may not be available because it was computed

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

Pandas ENH: pandas mutate, add R's mutate functionality to enable users to easily create new columns in data frames

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

Pandas DEPR: rename 'unit' keyword in to_datetime etc

to_datetime, to_timedelta, Timestamp, and Timedelta have a unit keyword that causes confusion because the term 'unit' is...

Pandas ENH: Functionality to aid with Database Imports

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

Pandas ENH: devcontainer & docker: use cases and improvements

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

Pandas ENH: add errors='coerce' to DataFrame.astype

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

Pandas ENH: Shall we let pd.NA * 0 equals to zero?

Is your feature request related to a problem?I found that:pd.NA ** 0 # The result is 1pd.NA * 0 # The result is pd.NADes...

Pandas ENH: Generalized head and tail method.

Is your feature request related to a problem?I wondering if you maybe interested in include a new method context (I've c...

Pandas Timestamp.strftime(): missing support for nanoseconds

When parsing text into a Timestamp object we can specify a format string. Currently %f is documented withnote that "%f" ...

Pandas ENH: add atol to pd.DataFrame.compare()

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

Pandas BUILD: Nightly wheel building failed for some platforms

Installation check[x] I have read the installation guide.PlatformGithub Actions ubuntu-latestInstallation Methodpip inst...

Keras Is their a way to create custom tensor-like types in Keras (similar to torch.Tensor or tf.experimental.ExtensionType)

Hi !I’m wondering if there is currently any way to create a custom tensor type in Keras, similar to:torch.Tensor in PyTo...

Gin Graceful shutdown but was still able to send request while shutting down

I’m using the example from here: https://gin-gonic.com/en/docs/examples/graceful-restart-or-stop/When I send a shutdown ...

Jackson Core Improve handling of URL-backed InputStreams, closing

(note: replaces https://github.com/FasterXML/jackson-databind/issues/3520)It looks like JDK's HttpURLConnection has unfo...

Jackson Core add support for FAIL_ON_TRAILING_TOKENS at JsonParser level

jackson-core equivalent of https://javadoc.io/static/com.fasterxml.jackson.core/jackson-databind/2.15.2/com/fasterxml/ja...

Jackson Databind Should never call set() on setterless property during deserialization

Hi,I have something like the following code:```public class DataBean {private final String val;@JsonCreatorpublic DataBe...
上一页 下一页
.