Skip to content

Get rid of coerce! DataFrames hack #192

Open
@ablaom

Description

@ablaom

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:

if is_type(X, :DataFrames, :DataFrame)

Now we have optional dependencies this hack can be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    • Status

      priority low / straightforward

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions