Skip to content

Update Exercises_1.ipynb - #47

Open
wtosborne03 wants to merge 1 commit into
ine-rmotr-curriculum:masterfrom
wtosborne03:patch-1
Open

Update Exercises_1.ipynb#47
wtosborne03 wants to merge 1 commit into
ine-rmotr-curriculum:masterfrom
wtosborne03:patch-1

Conversation

@wtosborne03

Copy link
Copy Markdown

The example code in this block is incorrect.
The prompt says "How many sales with more than 500 in Revenue were made by men?"
But the code solution only check for equivalence:
(sales['Revenue'] == 500)
When it should be
(sales['Revenue'] > 500)

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.

1 participant