navis.NeuronList.summary¶
- NeuronList.summary(N=None, add_props=[], progress=False)[source]¶
Get summary over all neurons in this NeuronList.
- Parameters:
N (int | slice, optional) – If int, get only first N entries.
add_props (list, optional) – Additional properties to add to summary. If attribute not available will return ‘NA’.
progress (bool) – Whether to show a progress bar. Can be useful for very large list.
- Return type:
pandas DataFrame