agilescientific / welly

Welly helps with well loading, wireline logs, log quality, data science
https://code.agilescientific.com/welly
Apache License 2.0
315 stars 132 forks source link

Create Well or Project from CSV #199

Open kwinkunks opened 2 years ago

kwinkunks commented 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.

kwinkunks commented 2 years ago

See also #198