Aurora Blog
Home
Viper viper.Sub() not extracting nested default values
2025-08-14 14:05:16
4555
I noticed an issue where viper.Sub() fails to extract default values of a nested key. I attached demo code to reproduce ...
Pandas BUG: 1.5.0rc0 extract_links modifies type first item in tuple
2025-08-14 14:05:13
3402
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Behaviour of sum/mean on sparse boolean arrays changed between 1.5.3 and pandas 2.2
2025-08-14 14:05:10
2262
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: numpy.datetime64 unit counts ignored
2025-08-14 14:05:08
870
[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exists on the latest vers...
Pandas ENH: Add argument "multiprocessing" to DataFrame.apply() method (any axis)
2025-08-14 14:05:06
3886
Is your feature request related to a problem?When a function is passed to DataFrame.apply (with any axis) unfortunately,...
Pandas read_excel provides uninformative error message when reading from sheet with duplicate multiindex columns
2025-08-14 14:05:02
6260
Code Sample, a copy-pastable example if possibled=pandas.DataFrame({('A','A'): [0,1,2,3,4,5]})d[('A2','A2')] = 1d.column...
Pandas Suggestion: Pop row or multiple rows from a DataFrame
2025-08-14 14:05:00
6261
Problem descriptionI'd like to suggest a modification to df.pop(item). Currently, pop(item) deletes the column from the ...
Pandas DEPR: List of deprecations to be removed in 3.0
2025-08-14 14:04:58
8847
xref #30228When opening a PR that introduces a deprecation (starts warning), please add it to this list, so we know what...
Pandas Release GIL for Merge
2025-08-14 14:04:56
3739
I think that the title says it all. The pd.merge function can be compute intensive and can benefit (I think) from paral...
Pandas Categorical data not supported in plots of parallel coordinates
2025-08-14 14:04:53
7819
Just hoping to see if it might be possible to support categorical data in the fantastic parallel coordinates plot functi...
Pandas ENH/API: Timeseries Arithmetic frequency Alignment
2025-08-14 14:04:49
2211
It'd be nice if there was a way to easily broadcast arithmetic operations on Series/DataFrames with DatetimeIndexes. For...
Pandas API: handling of missing values in Index.__contains__
2025-08-14 14:04:47
6713
The below table gives an overview of the result value for:missing_value in idxi.e. how Index.__contains__ handles variou...
Pandas API: astype method fails to raise errors for category data type
2025-08-14 14:04:45
5438
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ENH: Add pd.read_soql() for Salesforce data retrieval
2025-08-14 14:04:42
3406
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas Change default string storage from "python" to "pyarrow" (if installed) for for NA-variant of StringDtype
2025-08-14 14:04:40
1507
Historically, the default value for the string storage (globally configurable through pd.options.mode.string_storage) of...
Pandas ENH: preview_csv(***.csv) for Fast First-N-Line Preview on Large Plus Size (>100GB)
2025-08-14 14:04:38
5968
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas API: return value of .values for Series with the future string dtype (numpy array vs extension array)
2025-08-14 14:04:17
4064
Historically, the .values attribute returned a numpy array (except for categoricals). When we added more ExtensionArrays...
Pandas BUG: Resampling a Series with a DST to 24 hours gives a different result depending on whether timedelta(hours=24) or "24H" was used.
2025-08-14 14:03:59
4282
[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exists on the latest vers...
Keras TypeError with single-output dictionary targets - "Expected float32, but got my_output_0 of type 'str'"
2025-08-14 14:03:53
9248
Hi,I've stumbled across a bug that prevents me to use dictionaries for specifying targets when having single outputs. Fo...
Keras Performance bug on memory with func keras.layers.LSTMCell
2025-08-14 14:03:50
3292
Bug IssueI found a performance bug on memory with func keras.layers.LSTMCell, the doc of LSTMCell shows its description ...
上一页
下一页
1
…
113
114
115
116
117
…
376
.