cytomining / cytomining/CytoTable
Add capability to sample source datasets by percent or rowcount to increase speed of testing
Open
enhancement
- Dominant language
- Python
- Stars
- 21
- Forks
- 6
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 6
Description
When making adjustments to CytoTable configuration alongside a source dataset it can take a large amount of time to process the data only to find the configuration fails for a reason that might be quickly detected using a smaller portion of the source dataset (for instance, using 1% of the data from the source). This issue describes a feature where one would be able to limit the data used by CytoTable using, for example the [`SAMPLE`](https://duckdb.org/docs/sql/query_syntax/sample) feature from DuckDB. This could be used to limit the data extracted to a smaller amount.
Contributor guide
Assessment
This issue has not been assessed yet.