Aurora Blog
Home
Pandas API/DOC: Add NumpyEADtype to the public API
2025-09-09 14:05:14
332
This is currently accessible viaIn [5]: pd.array([1], dtype="int16").dtypeOut[5]: NumpyEADtype('int16')I think...
Pandas BUG: Index.get_indexer will change behaviour for nulls with arrow strings
2025-09-09 14:05:12
2064
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: PyArrow timestamp type does not work with map() function
2025-09-09 14:04:56
3141
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas ENH: kwargs for Index.map like for Series.apply
2025-09-09 14:04:54
735
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: index map leading to ValueError: Reindexing only valid with uniquely valued Index objects
2025-09-09 14:04:52
16684
I am using Pandas 1.1.5 and get to the error ValueError: Reindexing only valid with uniquely valued Index objects.Here i...
Pandas API: idx.get_indexer(keys) fails if idx is non-unique, even if keys in idx are unique
2025-09-09 14:04:50
5413
Code Sample, a copy-pastable exampleimport pandas as pdpd.Index(["a", "a", "b", "c&qu...
Pandas DEPR: upcasting on invalid fill_value in unstack
2025-09-09 14:04:46
1078
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Automatic upcast to object fails when unstacking datetime/timedelta with incompatible fill_value
2025-09-09 14:04:45
1741
Converting to object before then unstack works, whereas automatic upcast does not happen. Missing values are replaced w...
Pandas BUG: Infinite recursion with outer merge on categorical key column if left and right dtypes are mismatching non-nullable numeric kinds
2025-09-09 14:04:43
5550
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Index[timestamp[pyarrow]].union with itself return object type
2025-09-09 14:04:39
3723
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: DataFrame.mean(axis=1) fails but Series.mean works incase of pandas Nullable integer dtype
2025-09-09 14:04:35
6294
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas ERR: HDF5 serialization of datelike-object dtypes should raise
2025-09-09 14:04:31
3641
UPDATE:In [157]: problem_date = old.dob.loc[4231354]In [158]: problem_dateOut[158]: datetime.date(2939, 6, 2)In [159]: t...
Keras Request for non-cumulative prediction options
2025-09-09 14:04:25
2442
The story:I am facing an issue with large data that using model.predict + a result off-loading callback (to write the re...
Jackson Databind Automatically detect target type (Class) to deserialize to
2025-09-09 14:04:19
7144
Is your feature request related to a problem? Please describe.Currently to deserialize object in ObjectMapper we use bel...
Jackson Databind Add one more parameter for AnnotationIntrospector.findPreferredCreator() method (3.x)
2025-09-09 14:04:17
687
(note: offshoot of #5045) Method: public PotentialCreator findPreferredCreator(MapperConfig<?> config, ...
Jackson Databind If there is a no-parameter constructor marked as JsonCreator and a constructor reported as DefaultCreator, latter is incorrectly used.
2025-09-09 14:04:16
6983
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugIf both JsonCreator and Defau...
Jackson Databind consider removing use of Java Stream API for ObjectMapper.getRegisteredModules() (and rename as registeredModules()?)
2025-09-09 14:04:12
1982
This was recently added in Jackson 3.0.0-rc9. #5273The aim appears to have been to support returning collection data in ...
Apache Superset Export to Excel Option Missing in Embedded Apache Superset Dashboard
2025-09-09 14:03:48
3514
Bug descriptionI have an Apache Superset dashboard version 5.0.0 that is already embedded in my website. In the Apache S...
Apache Superset Cannot prohibit downloading and copying data in results.
2025-09-09 14:03:18
2211
Bug descriptionThe bug is:As long as there is permission to "can get results on SQLLAB", data in results can be download...
Apache Superset Upload forms have non-actionable error message
2025-09-09 14:03:02
1394
Bug descriptionWhen trying to upload a CSV file to Superset, if there's a problem with the data such as a numeric column...
上一页
下一页
1
…
75
76
77
78
79
…
386
.