-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
At the moment coerce!
is a variation of coerce
that works in-place for data frames. But to avoid adding DataFrames as a dependency, there is a hack:
ScientificTypes.jl/src/coerce.jl
Line 197 in 10b3323
if is_type(X, :DataFrames, :DataFrame) |
Now we have optional dependencies this hack can be removed.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
priority low / straightforward
Milestone
Relationships
Development
Select code repository
Activity