-
**Is your feature request related to a problem? Please describe.**
In pandas, we can check if the values of a series or dataframe are contained within some other container, like a list or dataframe, …
-
**Related**
#340
**Feature functionality**
https://docs.scipy.org/doc/numpy/reference/generated/numpy.in1d.html
https://docs.scipy.org/doc/numpy/reference/generated/numpy.isin.html
-
Sometimes in an `if` statement, we must check a variable against several values, for example
```CSharp
if(var1 == "string1" || var1 == "string2" || var1 == "string3")
```
It would be nice if t…
-
```
import numpy as np
from PIL import Image
def expand_box_until_condition(image, initial_box, allowed_values):
"""
Expand a box in an image until a condition is met.
Parameters…
-
### 🐛 Describe the bug
[isin()](https://pytorch.org/docs/stable/generated/torch.isin.html):
- A scalar(e.g. `3`, `4`, `5`, etc) with `elements` or `test_elements` argument doesn't work.
-
Can you please include ISIN Number for stock ?
-
в файле [standalone.hpp](https://github.com/elelel/qluacpp/blob/b48b7eb9ccd63c9a14825f53e6622b26a84e4b70/src/qlua/structs/standalone.hpp)
1. поле dummy не находит (нужно проверить на правильность име…
-
### Is your feature request related to a problem?
_No response_
### What is the motivation behind your request?
_No response_
### Describe the solution you'd like
I'm using vscode with Python/Pyl…
-
### Proposed new feature or change:
`numpy.isin` is equivalent to `pandas.{Series,DataFrame}.isin`. Adding `numpy.ndarray.isin` would produce consistency with `pandas` and save 4 characters:
```py…
-
### Software
Desktop Application
### Operating System / Platform
Linux
### Your Pieces OS Version
10.1.6
### Early Access Program
- [ ] Yes, this is related to an Early Access Program feature.
…