Skip to content

Which datatypes does to_dense accept? #100

Description

@jan-engelmann

Thank you for this package!

I was wondering if you could extend either the functionality or the documentation of supported input datatypes of to_dense

For example the following common use-case works:

In [1]: import pandas as pd
In [2]: import numpy as np
In [3]: from fast_array_utils.conv import to_dense
In [4]: to_dense(pd.DataFrame(np.random.randn(100,5)))

but it is not documented.

Furthermore, I was wondering why you split the functionality into: fast_array_utils.conv.scipy.to_dense and fast_array_utils.conv.to_dense

For me the advantage of this function is precisely not having to think about the which kind of array we are putting in.

Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions