At the moment, we are using pickle files to store neo objects, which is overkill when dealing with simple outputs from experiments
There are multiple alternatives
- stay with pickle files
- move to pandas
- elephant / mozaik / ... ?
The solution should take into account efficiency (=> benchmark) vs ease of use (=> notebook showing usage) vs generality .
At the moment, we are using pickle files to store
neoobjects, which is overkill when dealing with simple outputs from experimentsThere are multiple alternatives
The solution should take into account efficiency (=> benchmark) vs ease of use (=> notebook showing usage) vs generality .