Pandas API/DOC: Add NumpyEADtype to the public API

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

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

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

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

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

Code Sample, a copy-pastable exampleimport pandas as pdpd.Index(["a", "a", "b", "c&qu...

Pandas DEPR: upcasting on invalid fill_value in unstack

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

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

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

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

[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

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

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

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)

(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.

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()?)

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

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.

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

Bug descriptionWhen trying to upload a CSV file to Superset, if there's a problem with the data such as a numeric column...
上一页 下一页
.