-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
MacOS(M1, M2…
-
For masked arrays, `isin()` and `in1d()` produce wrong results. In particular, the result is masked at wrong places. The issue was discussed initially on [stackoverflow](https://stackoverflow.com/ques…
-
**Describe the bug**
Pandera does not use check names when reporting violations, but rather generates an unpredictable description of the performed check that is ambiguous and cannot be easily recons…
-
Hello,
when I try to look up a symbol of a delisted stock, this gives me an empty dictionary:
finnhub_client.symbol_lookup(isin)
for example for isin ='JP3165650007'. How do I know that the sto…
-
#### Expected correct behavior for the same compartor dtypes
```python
s = pd.Series([1.2, 2.3])
s.eq(1.2) == s.isin([1.2]) # True, True
s32 = pd.Series([1.2, 2.3], dtype="float32")
s32.eq(np…
-
The IsIn method fails in sqlserver if over 2100 values are passed to it (due to the parameter limits on sqlazure for `column IN (,)`
Any chance we could intelligently switch to using TVP's if over …
-
When i use bento, i meet this ValueError: blocks must be 2-D
import spatialdata as sd
import pandas as pd
import bento as bt
import zarr
import pandas as pd
import geopandas as gpd
from sh…
-
This is the code:
def isin(self, arg: Union[list, tuple, set, "Term"]) -> "ContainsCriterion":
if isinstance(arg, (list, tuple, set)):
return ContainsCriterion(self, Tuple…
-
It would be nice to start compiling a list of data characteristics that should be checked once data.prep is done, and eventually write some code that will automatically check/report on them after ever…
-
Because of the "randomized differences" check in plookup, we (allegedly) have to sort the sequence of values (ℓi)i∈[n] to the sequence (fi)i∈[n] where the fi's appear in the same order t…