News

Unlock the power of Python's core data structures! This repo covers dynamic lists & immutable tuples, including slicing, sorting, indexing, and real-world challenges.
In this case, the assert_type() call of assert_type(pd.IndexSlice[ind, :], tuple["pd.Index[int]", slice]) works with mypy 1.13, fails with the 1.14 dev version. This is due to a change in typeshed ...