I know that Python's SciPy library has the function for the Friedman test
But, it is not enough as I need more information for posthoc test.
So, how I do Friedman test and posthoc test (e.g. Nemenyi or Bonferroni-Dunn test) and draw a critical difference diagram entirely on Python?