Open wasade opened 8 months ago
@Bharath-Sathappan and myself are currently working on this issue. We have implemented rename functions for DistanceMatrix and OrdinationResults and are finishing writing test cases before submitting our pull request.
Currently, it is not easy to rename
DistanceMatrix
orOrdinationResults
IDs. Work around are possible, but exposing a stable.rename(rename_dict, strict=True | False)
member method would be pleasant, wherestrict
requires all IDs have a mapping.