Skip to content

Conversation

@wtosborne03
Copy link

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