Open kwinkunks opened 2 years ago
It would be straightforward to wrap pd.read_csv() as a convenience, electing the column(s) to use for the index, creating a Project if there's a dual index.
pd.read_csv()
See also #198
It would be straightforward to wrap
pd.read_csv()
as a convenience, electing the column(s) to use for the index, creating a Project if there's a dual index.