-
Notifications
You must be signed in to change notification settings - Fork 135
Adding latest files #1921
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
base: master
Are you sure you want to change the base?
Adding latest files #1921
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,17 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "summary": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "column map generator commit SHA": "", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "data processing script commit SHA": "", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "total StatVarObservations": 3774 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "2012": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "filename": "S0902/ACSST5Y2012.S0902_data_with_overlays_1111-11-11T111111.csv", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "number of columns in dataset": 146, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "number of rows in dataset": 998, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "number of statVars generated for columns": 108, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "number of observations": 3774, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "number of unique StatVars with observations": 108, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "number of unique geos": 35, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "number of StatVars in mcf_dict": 108 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+1
to
+17
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file is missing a final newline character. It's a common convention to end text files with a newline. This helps prevent issues with file processing and tools like
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
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.
The
filenamevalueS0902/ACSST5Y2012.S0902_data_with_overlays_1111-11-11T111111.csvincludes a placeholder timestamp1111-11-11T111111. While this is likely for test determinism, it's an unusual value that could be confusing. Consider using a more descriptive placeholder or adding a comment in the test setup explaining its purpose.