Closed arnaudon closed 4 years ago
arg, sorry, I was using gh, but it messed up with what was on my branch, let me do that PR again...
Changing the signature to this function would break this API as it is already used in multiple places. I won't be the way to go. Why not a different function though ?
But what you want is simply something like:
pd.concat(neurondb_dataframe(neurondb, path) for path in paths)
No ?
ah ok, I can do it on my side then, I thought this could be of the use here, but if people already use it like that no problemo!
yes, I can do something like that, with a merge, not concat, I want same number of rows, but several columns for paths
Allow to give a dict to neurondb -> dataframe loader to have multiple path columns (for file format, morphology versions, etc...)