Skip to content

added datatypes for dropna subset as per pandas-dev#434 #498

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

Merged
merged 3 commits into from
Jan 6, 2023

Conversation

shubhankarunhale
Copy link
Contributor

@shubhankarunhale shubhankarunhale commented Jan 6, 2023

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to run poetry run poe style on your code to properly format it.

@@ -2332,3 +2332,14 @@ def test_getsetitem_multiindex() -> None:
multi_index: tuple[str, str] = ("Year 1", "Q1")
budget.loc["project A", multi_index] = 4700
check(assert_type(budget.loc["project A", multi_index], Scalar), int)

def test_frame_dropna_subset() -> None:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment here referring to the Github issue, i.e., # GH 434

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added comment

@shubhankarunhale
Copy link
Contributor Author

poetry run poe style
@Dr-Irv Formatted the test_frame.py file

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dr-Irv Dr-Irv merged commit 2e48b83 into pandas-dev:main Jan 6, 2023
twoertwein pushed a commit to twoertwein/pandas-stubs that referenced this pull request Apr 1, 2023
* added datatypes for dropna subset as per pandas-dev#434

* fixed failures

* Formatted file using poe style
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.

BUG: incorrect type hint for subset in dropna
2 participants