-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
fix: Removes non-existent columns in the 2018 FCC Survey dataset #26380
fix: Removes non-existent columns in the 2018 FCC Survey dataset #26380
Conversation
params: null | ||
template_params: null | ||
filter_select_enabled: true | ||
fetch_values_predicate: null | ||
extra: null | ||
uuid: d95a2865-53ce-1f82-a53d-8e3c89331469 | ||
metrics: | ||
- metric_name: count |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from formatting, the real changes are the removed columns.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #26380 +/- ##
=======================================
Coverage 69.18% 69.18%
=======================================
Files 1946 1946
Lines 75988 75991 +3
Branches 8479 8479
=======================================
+ Hits 52570 52573 +3
Misses 21228 21228
Partials 2190 2190
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
) (cherry picked from commit 77f58fc)
) (cherry picked from commit 77f58fc)
…che#26380) (cherry picked from commit 77f58fc)
SUMMARY
The YAML definition for the FCC 2018 Survey dataset contains columns that don't exist in the physical table. This PR removes the following columns to avoid errors when viewing the data:
curr_employment
curr_employment_other
rsrc_pluralsight
Fixes #25825
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
1 - Go to Datasets
2 - Select the FCC 2018 Survey dataset
3 - On Explore, select the Samples tab
4 - Check that the results are correctly displayed
ADDITIONAL INFORMATION