-
### Bug description
In the following example file ex.py I'm indexing a tuple built from another iterable. The potential-index-error rule (E0643) behaves differently depending on the syntax choices:
…
-
When converting to pandas, convert nested types (e.g. list) to tuples. Columns with lists are difficult to query. Here are a few unsuccessful attempts:
```Java
>>> mini
CHROM POS …
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsn…
-
**Affects:** PythonCall
**Describe the bug**
It seems that `pyconvert(Any, ::)` incorrectly assumes that a `recarray` can be wrapped as a `PyArray`.
```
julia> np = pyimport("numpy");
jul…
-
**Declaring a defaultdict with default values as tuples or lists**
```python3
d = collections.defaultdict(lambda: (0, 0))
```
**Add values as a tuple to keys**
- If key exists, increment the …
-
great project 👍
{"payload":{"code":0,"msg":"hi"},"ms":1711834477545,"type":"sys","version":1}
is there a reason why the tuples "ms", "type" and "sys" are not included in the payload? i struggle…
-
Sure, let's learn about Python tuples with some fun examples!
**Tuples** are like a special kind of toy box that you can't change once you've put your toys in it. This means you can't add or remove…
-
**Is your feature request related to a problem? Please describe.**
It would be useful to support serialization and parsing of slice objects.
For example,
```
@dataclass
class Foo(DataClassMessa…
-
The GUI starts, i paste the API key, type a command in, hit Enter and get this error
```
C:\Program Files\Python\Python311\Lib\site-packages\gradio\components\chatbot.py:223: UserWarning: You have n…
-
Impyla version: v0.18.0
Python version: 3.10.9
### Minimal Example:
```
from impala.dbapi import connect
con = connect(
"https://my-impala-host",
auth_mechanism="PLAIN",
use…