Skip to content

Comments

pandas: fix index dtype series invert ArrayLike#168

Merged
gramster merged 1 commit intomicrosoft:mainfrom
Dr-Irv:indexdtype
Feb 23, 2022
Merged

pandas: fix index dtype series invert ArrayLike#168
gramster merged 1 commit intomicrosoft:mainfrom
Dr-Irv:indexdtype

Conversation

@Dr-Irv
Copy link
Contributor

@Dr-Irv Dr-Irv commented Feb 18, 2022

Some simple fixes that made our current code work:

  • Index.dtype needed to be a property and work in conjunction with Index.astype()
  • ~pd.Series() should return Series[bool]
  • ArrayLike needs to be Union not TypeVar

@gramster gramster merged commit 1d02adf into microsoft:main Feb 23, 2022
@Dr-Irv Dr-Irv deleted the indexdtype branch February 23, 2022 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants