Oleksandr
Oleksandr
For small basic file, the most time consumption is taking fetching data (API) 
for bigger projects (>1000) the most time consuming is also API: 
The most time consuming function besides API is this: 
@nsheff I think it doesn't worse to spend time on speeding time on this issue, as most time consuming function is hitting endpoints and downloading soft files
@nsheff Was this issue solved?
Fixed in this commit: https://github.com/pepkit/geofetch/commit/79de45e16b78a9e5e60e5c570f428857ca1e6fda
To create object from csv you use csv path instead of yaml: ``` peppy.Project('path_to_csv') ```
In peppy 0.40.0 we created constructor method from_csv
@nsheff @nleroy917
the project missing `sample_name`, but with `sample_table_index` set correctly, cannot run in looper
I just checked all peppy tests related to this issue, and it seems, this is not a peppy issue...