Aurora Blog
Home
Pandas BUG: timestamp subtraction of business hour offset (BH) is incorrect
2025-09-06 14:03:28
4132
[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
2025-09-06 14:03:26
6230
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?
2025-09-06 14:03:18
244
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
2025-09-06 14:03:14
3402
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
2025-09-06 14:03:08
1455
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
2025-09-06 14:03:05
5467
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
2025-09-06 14:03:03
4021
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
2025-09-06 14:03:01
99865
@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
2025-09-06 14:02:59
234
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
2025-09-06 14:02:49
6478
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)
2025-09-06 14:02:41
591
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
2025-09-06 14:02:37
1862
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
2025-09-06 14:02:30
49877
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
2025-09-06 14:02:22
2216
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
2025-09-06 14:02:17
2658
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
2025-09-06 14:02:07
1840
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
2025-09-06 14:02:01
2414
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
2025-09-06 14:01:55
1192
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
2025-09-06 14:01:53
2099
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
2025-09-06 14:01:45
2423
Bug descriptionWith Superset 4.1.1, when I change the source of a dataset, the list of schema is not correct.I created t...
上一页
下一页
1
…
81
82
83
84
85
…
386
.