Closed twest820 closed 5 months ago
I've had a similar issue; looks like the 'level' kwarg provided to the Pandas DataFrame .max() function was deprecated after version 1.3.0 according to the documentation. Pandas documentation recommends switching to groupby after v1.3.0, although it does not specify if that can be passed as a kwarg to the .max() function or as a separate function call, e.g. pandas.groupby(), to index into the MultiIndex DataFrame as intended. [EDIT: I just read the other issue, and noticed that tigrulya-exe had already pinpointed the Pandas versioning issue; feel free to ignore this!]
@twest820 @wessnerd Hi! Sorry for the late response, the plugin was updated and tested with the latest version of QGIS, 3.38.0-Grenoble. You can download the new version from the plugin repository. Feel free to reopen the issue or create new ones if you encounter any problems.
Issue around how
max()
gets called. Looks like this code path is always hit, even if only one metric's selected.