-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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!
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers