Skip to content
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

Fixes for type errors and NA errors in Intro to SQL and Advanced SQL courses #475

Merged
merged 14 commits into from
Jan 7, 2025

Conversation

JohnM-TX
Copy link
Contributor

@JohnM-TX JohnM-TX commented Dec 28, 2024

The following items have errors that prevent successful completion of the exercises, even with the official solution. The errors are one of two variations:

  • operation for a single numeric value tries to act on a list-like object
  • operations fail when encountering an NA value

Commit messages and diff show the four files changed.

Discussion at https://www.kaggle.com/discussions/product-feedback/461240

Issue #476

@JohnM-TX JohnM-TX marked this pull request as ready for review December 28, 2024 02:17
@JohnM-TX JohnM-TX changed the title Fixes for type errors in Intro to SQL and Advanced SQL courses Fixes for type errors and NA errors in Intro to SQL and Advanced SQL courses Dec 28, 2024
@JohnM-TX JohnM-TX marked this pull request as draft December 30, 2024 18:44
@JohnM-TX JohnM-TX closed this Dec 30, 2024
@JohnM-TX JohnM-TX deleted the sql-fix/jpm branch December 30, 2024 18:58
@JohnM-TX JohnM-TX reopened this Dec 30, 2024
@JohnM-TX JohnM-TX marked this pull request as ready for review December 30, 2024 19:02
Copy link
Contributor

@jplotts jplotts left a comment

Choose a reason for hiding this comment

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

Thank you!

@jplotts jplotts merged commit 010e3b5 into Kaggle:master Jan 7, 2025
2 checks passed
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