cmp0xff

Results 29 issues of cmp0xff

`NumListLike` was introduced in pandas-dev/pandas-stubs#1360 and suspiciously contains `dict[str, np.ndarray]` for arithmetic operations. Deprecate the variable and improve the operations following pandas-dev/pandas-stubs#1452 as an example.

Numeric Operations

## Describe the bug A clear and concise description of what the bug is. ## To Reproduce ### Provide a minimal runnable `pandas` example ```py from typing import reveal_type import...

Constructors
Index
MultiIndex

## Describe the bug Currently `MultiIndex([MutableSequence[tuple])` is recognised as working, which is not true at runtime. ## To Reproduce ### Provide a minimal runnable `pandas` example ```py from typing import...

Constructors
MultiIndex

This issue is created so that [TD003](https://docs.astral.sh/ruff/rules/missing-todo-link/) can be complied to. ## `orc.pyi` - [x] In `read_orc`, we need to type the filesystem with the correct `pyarrow` types. ## `timestamps.pyi`...

Arrow
Timestamp
Timedelta

This is a bit of a mess, because I don't think that `numpy` can know whether it supports subtraction or not with a datetime: ```python >>> import numpy as np...

Timestamp
Timedelta

In the stubs we usually have `Sequence[bool]`, `Sequence[int]`, etc. In some cases they can actually be `Sequence[bool | np.bool]`, `Sequence[int | np.integer]`, etc., and have been implemented in a few...

After pandas-dev/pandas-stubs#1383 and pandas-dev/pandas-stubs#1391, `pd.Series([1], dtype="category")` gives `Series[CategoricalDtype]`. Is it the best idea to follow? Typically we use the type of elements as the `Generic` type of a `Series` or...

help wanted
Categorical
Needs Discussion
Needs Triage
Series

## Describe the bug `DataFrame.loc` does not like assigning `Enum`s. I think this is related to pandas-dev/pandas-stubs#1288. I do not mean to be annoying, and the example came from our...

DataFrame
Indexing

Hi, we have a User on Windows 11 with PowerShell 7.5.2 installed. We installed Python via `winget`. After running ```ps (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - ``` and adding...