-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(4.0): Remove 5000 cell limit for raw validation (#634)
- remove `max_values_to_check` from `Validator._is_raw` - Add unit test for the `Validator._is_raw` - Used [memory_profiler](https://pypi.org/project/memory-profiler/) to verify memory usuage does not explode with this change. A 1,395,601 cell dataset used <5GB of memory. The original size of the file was 50GB.
- Loading branch information
Showing
2 changed files
with
53 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters