Aurora Blog
Home
Pandas "invalid dtype determination in get_concat_dtype" when concating dfs with certain columns
2025-09-07 14:01:49
8742
Code Sample, a copy-pastable example if possibleThere might be a simpler minimal example, but I was already really strug...
Pandas inplace kwarg must be of bool type, but other boolean kwargs don't have this restriction
2025-09-07 14:01:44
4420
Code Sample, a copy-pastable example if possibleUsing DataFrame.set_index as an example, but this applies to other metho...
Pandas no warning with invalid pd.set_option('display.max_colwidth')
2025-09-07 14:01:39
5855
Code Sample, a copy-pastable example if possibleimport pandas as pddf = pd.DataFrame(np.array([['foo', 'bar', 'bim', 'un...
Pandas DOC: inconsistent docs-string signatures for shared functions
2025-09-07 14:01:36
3525
xref #15580related to this is our inconsistent treatment of the actual args in shared doc strings, e.g.so the following ...
Pandas Multiarray searchsorted fails
2025-09-07 14:01:34
6532
Code Sample, a copy-pastable example if possiblepandas.MultiIndex([[0],["a"]], [[0],[0]]).searchsorted((1,&quo...
Pandas BUG: AssertionError: Did not expect new dtype float64 to equal self.dtype float64. Please report a bug
2025-09-07 14:01:31
8917
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Timestamp nanosecond attribute changes during a max operation
2025-09-07 14:01:28
5556
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas sum in pandas can concatenate strings
2025-09-07 14:01:20
1798
Possibly related: #13912This looks wrong to me -- probably a bug?In [36]: pd.Series(['a', 'b', 'c']).sum()Out[36]: 'abc'...
Pandas align with broadcast_axis specified always uses inner join when aligning dataframe and series on other axis.
2025-09-07 14:01:18
1609
Pandas version 0.18.1:In[1]: import pandas as pdIn[2]: df = pd.DataFrame(np.array([[1., 2.], [3., 4.]]), columns=list('A...
Pandas BUG: Incorrect factorization for ordinal vs nominal variable
2025-09-07 14:01:15
3987
[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exists on the latest vers...
Pandas BUG/API: behaviour of floordiv with bool operands is very inconsistent
2025-09-07 14:01:09
5368
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: FutureWarning about 'isin' where it is not used
2025-09-07 14:01:07
6898
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Apache Dubbo [Bug] ClassNotFoundException was thrown when compile with dubbo-native and dubbo-maven-plugin
2025-09-07 14:00:38
2511
Pre-check[x] I am sure that all the content I provide is in English.Search before asking[x] I had searched in the issues...
Gorm postgresql : UPDATE query formed incorrectly, update ... set ... FROM ... where
2025-09-07 14:00:29
8871
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/746 provided by @ajhodges DescriptionI have an update exe...
Spring Security Provide Micrometer Context Propagation for SecurityContext
2025-09-07 14:00:22
6246
Add context propagation support via Micrometer Context Propagation for the SecurityContext, between SecurityContextHolde...
Spring AI Add Support for Anthropic Claude Models Available on Google Vertex Platform
2025-09-07 14:00:16
752
Expected BehaviorI would like Spring AI to support the Anthropic Claude models available on the Google Vertex platform, ...
Spring Consistent support for non-default NIO.2 FileSystems
2025-09-07 14:00:07
2645
I am unsure how to title the issue, or how many issues should I create. There seems to be general problem in Spring's Re...
Spring Include current exception in log message for failed retry attempt
2025-09-07 14:00:05
336
In RetryTemplate, we currently include the initial exception in the log message for the initial invocation of a Retryabl...
Spring Include exceptions for previous attempts in RetryException thrown for an InterruptedException
2025-09-07 14:00:03
569
In RetryTemplate, if we encounter an InterruptedException while sleeping for the configured back-off duration, we throw ...
Golang net: TestFileConn/tcp failures
2025-09-06 14:05:02
734
#!watchflakesdefault <- pkg == "net" && test == "TestFileConn/tcp"Issue created automatic...
上一页
下一页
1
…
4
5
6
7
8
…
312
.