dendrograms / astrodendro

Generate a dendrogram from a dataset
https://dendrograms.readthedocs.io/
Other
37 stars 36 forks source link

Use Pandas to speed up TreeIndex #132

Open ChrisBeaumont opened 9 years ago

ChrisBeaumont commented 9 years ago

cc #131

I bet Pandas' groupby implementation could be used to speed up the building of TreeIndex, it might be worth trying.

Pandas should be kept as an optional dependency