pepkit / peppy

Project metadata manager for PEPs in Python
https://pep.databio.org/peppy
BSD 2-Clause "Simplified" License
37 stars 12 forks source link

should it be easy to create a peppy.Project from a pandas dataframe? #461

Closed donaldcampbelljr closed 7 months ago

khoroshevskyi commented 7 months ago

It is already available from the version 0.34.0

peppy.Project().from_pandas(...)
nsheff commented 7 months ago

https://github.com/pepkit/peppy/issues/443

nleroy917 commented 7 months ago

I agree that peppy.Project.from_pandas() is much more ergonomic.

khoroshevskyi commented 7 months ago

This issue was fixed in v0.40.0