Implement `boolean01` parameter for fread
Open
fread
improve
low priority
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
The parameter is boolean. If True (default), then columns containing only 0s and 1s will be read as booleans. If False, these columns will be treated as integers.
In R this parameter is called `logical01`.
Contributor guide
Assessment
This issue has not been assessed yet.