navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.NeuronList.summary
          • NeuronList.summary()

    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

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.