-
Notifications
You must be signed in to change notification settings - Fork 74
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
stats
: add dataset level stats
#2288
Comments
instead of computing the file hash which may take a long time for large files, just compute the hash of all the stats, including the rowcount, column count and the filesize. This pretty much guarantees the hash will be unique for the file in its current state, without having to scan the entire file, serving as a "fingerprint hash." |
#2297 is still WIP, but changed the dataset-level stats to:
Removed the leading underscore because it was tripping up |
This is not truly done until corresponding CI tests succeed. |
done. |
Currently,
stats
only computes column-level stats.Also add dataset-level stats, with the "_qsv_" prefix, like:
The value for each dataset stat will be stored in a column named
_qsv_value
The text was updated successfully, but these errors were encountered: