-
## Question:
Write a for-loop that prints out the numbers between 0 and 30 which are divisible by 2 and either < 10 or > 20.
## Python Tools
- List of Python libraries we should use for answering…
-
```
radian --version
radian version: 0.6.13
r executable: /usr/local/lib64/R/bin/R
r version: 4.3.1
python executable: /usr/bin/python
python version: 3.9.18
```
**Case 1) No crash, but does…
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
### Your current environment
The output of `python collect_env.py`
```text
WARNING 09-03 01:10:59 _custom_ops.py:14] Failed to import from vllm._C with ImportError('/model/vllm/vllm/_C.abi3.s…
-
My use case requires me to periodically authenticate and then traverse a number of projects and read some records from historian.
- It would be great if there was a way to send in an array of p:pro…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
pip
### Package manager version
_No response_
### Language version
Python …
-
## Question:
Assume I have a dataframe with many many columns and I would like to derive a new dataframe with only a selection of columns. The selection should be specified with a starting and an e…
-
**Describe the bug**
If I create a `pa.DataFrameSchema` with a `pa.Column(bool, nullable=True)`, I expect something of the form `[None, True]` to pass validation, but it does not.
- [x] I have …
-
### Describe the bug, including details regarding any error messages, version, and platform.
Simple repro:
```
import pyarrow as pa
import pandas as pd
pd.DataFrame({"x":pa.array(pd.Series([[2.…
cvm-a updated
1 month ago
-
While running the [TTM colab notebook](https://colab.research.google.com/github/IBM/tsfm/blob/tutorial/notebooks/tutorial/ttm_tutorial.ipynb), we get the following error. Seems some library in public …