Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Regex as a valid column type in typespec
Dialyzer is complaining when we pass a regular expression to functions like `Explorer.DataFrame.select/2`, even though the documentation says it's a valid argument. This commit solves the issue by adding `Regex.t()` to the type definition of `columns()` type.
- Loading branch information