Pandas BUG: Add pyarrow strings to any_string_dtype fixture

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

Pandas BUG: Forcing an int dtype on DataFrame construction raises an odd error

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

Pandas ADMIN: Upgrade to mailman 3

The current mailman software is not easy to navigate, viewing the pandas-dev archives is quite tough, whereas using mail...

Pandas BUG: numerical inconsistency in calculating rolling kurtosis

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

Pandas ENH: Pipe attrs to_html Jinja2 environmental variables

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

Pandas BUG: regression in master for DataFrame.sparse.from_spmatrix

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

Pandas BUG: subtracting datetime series from datetime dataframe, or datetime dataframe from datetime series, raises TypeError or UFuncTypeError

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

Pandas ENH: RST support

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

Pandas ENH: Implement skiptrailingspace parameter for read_csv

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

Pandas BUG: setting column with 2D object array raises

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

Pandas ENH: Add ignore_empty and ignore_all_na arguments to pd.concat

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

Pandas ENH: Add read_dbf method

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

Pandas BUG: inconsistent treatment of overflows between groupby.sum() and groupby.apply(lambda: _grp: _grp.sum()) and DataFrame.resample

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

Pandas DIS: Keywords for multi-threading capabilities

With the addition of the new pyarrow engine, we now have the option to use multiple threads to read a CSV file. (This is...

Pandas BUG: Creating Index name using names names argument, doesn't set index name

Code Sample, a copy-pastable example if possible# This is truei = pd.Index([], name='a')assert i.name == 'a'assert i.nam...

Pandas BUG: CustomBusinessDay not respecting calendar

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

Keras Custom optimization tailored for the Torch backend

PyTorch provides specialized cudnn operators for many common implementations, such as F.group_normIn the past speed test...

Keras Attention layer issue broadcasting mask

SummaryWhen using the keras.layers.Attention layer with mask support and KERAS_BACKEND=torch, a shape mismatch occurs be...

Keras The documentation for LayerNormalization with rms_scaling differs from its actual implementation.

rms_scaling: If True, center and scale are ignored, and the inputs are scaled by gamma and the inverse square root of th...

Gin 如何优雅的裹一层json response

在调研gin作为网关的可用性我想针对其他服务返回的response,再裹一层json规范例如:{"success":true"data": #其他response}针对这种场景是使用了网上搜索的方式,添加一个 gin.HandlerFunc...
上一页 下一页
.