Aurora Blog
Home
Pandas BUG: Add pyarrow strings to any_string_dtype fixture
2025-07-16 14:03:01
651
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
2025-07-16 14:02:59
2020
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
2025-07-16 14:02:57
358
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
2025-07-16 14:02:53
4988
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
2025-07-16 14:02:51
1924
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
2025-07-16 14:02:50
4243
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
2025-07-16 14:02:48
3852
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
2025-07-16 14:02:46
1785
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas ENH: Implement skiptrailingspace parameter for read_csv
2025-07-16 14:02:42
1177
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
2025-07-16 14:02:40
6571
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
2025-07-16 14:02:34
1332
Feature Type[ ] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas ENH: Add read_dbf method
2025-07-16 14:02:32
679
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
2025-07-16 14:02:30
3501
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
2025-07-16 14:02:28
6849
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
2025-07-16 14:02:22
4200
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
2025-07-16 14:02:20
7712
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
2025-07-16 14:02:16
567
PyTorch provides specialized cudnn operators for many common implementations, such as F.group_normIn the past speed test...
Keras Attention layer issue broadcasting mask
2025-07-16 14:02:14
3673
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.
2025-07-16 14:02:13
1219
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
2025-07-16 14:02:08
165
在调研gin作为网关的可用性我想针对其他服务返回的response,再裹一层json规范例如:{"success":true"data": #其他response}针对这种场景是使用了网上搜索的方式,添加一个 gin.HandlerFunc...
上一页
下一页
1
…
111
112
113
114
115
…
269
.