Pandas BUG: timestamp subtraction of business hour offset (BH) is incorrect

[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...

Pandas Reading SAS time variables

Code Sample, a copy-pastable example if possibleProblem descriptionI tried to search to see if this issue was raised bef...

Pandas ENH: Make ExtensionDtype.numpy_dtype part of the interface?

pandas.ArrowDtype and nullable types define numpy_dtype to express the analogous NumPy type. Should ExtensionDtype.numpy...

Pandas Applying on empty DataFrame returns different types

Code Sampleimport pandas as pddf = pd.DataFrame(columns = ['a', 'b'])def foo(row): return Truedef bar(row): row['a...

Pandas ENH: reading Parquet with PyArrrow : read_parquet equivalent of date_as_object=False

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

Pandas BUG: pd.json_normalize error when non-string keys are used in arguments

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

Pandas BUG: Incorrect Future warning using a logical operation between two pyarrow boolean series

Reproducible Exampleimport pandas as pdindex_2000 = pd.date_range("2000-01-01", periods=2, freq="YS"...

Pandas Unable to build from source with Python 3.14 free-threading and Cython 3.1.0a1

@clin1234 ➜ /workspaces $ venv/bin/pip install -U --pre pandasCollecting pandas Using cached pandas-2.2.3.tar.gz (4.4 M...

Pandas PERF: cache interleaved_dtype in fast_xs

Repeated calls to df.iloc[n] go through fast_xs which will call interleaved_dtype each time with the same arguments. We...

Gin grouping routes and middleware not working

I am trying to add this middleware func CORS () gin.HandlerFunc { return func(context *gin.Context) { context....

Jackson Databind Deprecate MapperBuilder.serializationInclusion() (to align with ObjectMapper, prep for 3.0)

While ObjectMapper.setSerializationInclusion() was deprecated a while ago (in 2.0) -- to be replaced with ObjectMapper.s...

Jackson Databind MapperBuilder missing a defaultPropertyInclusion(JsonInclude.Include) method

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugIn 2.20.0, MapperBuilder depr...

Apache Superset failed to solve: process "/bin/sh -c npm run ${BUILD_CMD}" did not complete successfully: exit code: 1

Bug descriptionI am running docker on Mac OS(M3)Cloned fresh repository.Ran the command "docker compose up"Ran into erro...

Apache Superset How to achieve multitenancy in superset using single instance

How do we have different database connections having separate metadatabase connections per tenant?Example:-Tenant-1: Dat...

Apache Superset Margin setting for legened doesn't work in mixed charts

Bug descriptionAlthough this bug is closed, I encounter it in this version Version: 4.1.1, legend indent setting does no...

Apache Superset import error where template_params is empty string

Bug descriptionhow to reproduce the error:1) In the dataset settings, go to the Settings tab2)In the Template parameters...

Apache Superset Version 6.0.0: table chart: number of rows isn't shown in search box

Bug descriptionThe search box on the table chart should show the total number of rows loaded. Now it shows search.num_re...

Apache Superset Documentation Improvement: Add Examples for Supported Databases

SummaryThe README mentions a section on "Supported Databases" but does not provide specific examples or details on how t...

Apache Superset Deploying 6.0.0rc1 fails with DB problems psycopg2.errors.UndefinedTable: relation "themes" does not exist

Bug descriptionI'm coming from 4.1.3. When I deployed 6.0.0rc1 to my test environment and try to visit the application I...

Apache Superset Change source of dataset : The list of schema is not correct

Bug descriptionWith Superset 4.1.1, when I change the source of a dataset, the list of schema is not correct.I created t...
上一页 下一页
.