blacklist

This commit is contained in:
Carl Pearson
2021-11-25 06:10:35 -08:00
parent 07213803a2
commit d5feeadd7d
2 changed files with 16 additions and 1 deletions

View File

@@ -14,6 +14,11 @@ poetry run python list.py
poetry run python download.py <dataset name>
```
## Notes
ssgetpy does not discriminate "real" datatype from "integer".
Therefore, we have to do some filtering on the returned results.
## how this was done
```