You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any interest in modifying this package to intake data as a Pandas Dataframe? ( e.g. dtree.Tree.builld(df) or dtree.Data(df) ) It would make the code easier to integrate with other work using the popular data framework, and give the user the power of pandas' data import functions and manipulation techniques. Would it create issues, possibly with the header format?
The text was updated successfully, but these errors were encountered:
If you're willing to implement it and provide a unittest proving that it works and doesn't break anything, I'll merge it. However, this package is in maintenance mode, and I don't personally have the need for that, so it's not something I would develop.
Any interest in modifying this package to intake data as a Pandas Dataframe? ( e.g. dtree.Tree.builld(df) or dtree.Data(df) ) It would make the code easier to integrate with other work using the popular data framework, and give the user the power of pandas' data import functions and manipulation techniques. Would it create issues, possibly with the header format?
The text was updated successfully, but these errors were encountered: