https://github.com/hlan22/2025-03-18-data-validation
(no longer useful) DSCI 310 Lecture about Data validation and code testing! Made in tandem with:
https://github.com/hlan22/2025-03-18-data-validation
data validation
Last synced: 4 days ago
JSON representation
(no longer useful) DSCI 310 Lecture about Data validation and code testing! Made in tandem with:
- Host: GitHub
- URL: https://github.com/hlan22/2025-03-18-data-validation
- Owner: hlan22
- License: mit
- Created: 2025-03-18T19:39:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T23:10:09.000Z (over 1 year ago)
- Last Synced: 2025-11-10T02:29:52.940Z (8 months ago)
- Topics: data, validation
- Language: R
- Homepage: https://github.com/chendaniely/2025-03-18-data_validation
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Validation Lecture (DSCI 310)
### Date Created: 2025-03-18
### Main Ideas:
* `pointblank` package for testing data and validating
* followed notes from
* learned about running website from a separate branch (called gh-pages), where you can keep all your website related info on just that branch to avoid clutter
* the benefits of (failing) tests with makefiles