add multiprocessing to morph_stat.extract_dataframe
Use multiprocessing in morphs_stats (#847) Small refactoring of morphs_stats module for computational speedup, with the following changes: - uses pool.imap_unordered in extract_dataframe in the loop overs neurons - moved neurom.get outside mode loop to avoid duplicate computations