-
-
Notifications
You must be signed in to change notification settings - Fork 142
Argument 1 to "DatetimeIndex" has incompatible type "dict[str, str]" #828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Btw. I have a potential workaround for the |
In pandas we use python/typing#256 (comment) (but that is for a Sequence, not an Iterable - but Sequence might be more array-like than any iterable). |
While this does work, it isn't documented. Related issue in |
In pandas dev meeting on 2/12/25, we agreed to accept "ordered iterables", so that would include what is now defined as Need to modify the arguments in various |
For this issue does this mean that the dicts are supported or not? I know that now python will always return the same order for dicts but |
Yes, |
The text was updated successfully, but these errors were encountered: