Код: Выделить всё
pd.concat(dfs, axis="rows")
Код: Выделить всё
pd.median(dfs, axis="rows")
Код: Выделить всё
error: No overload variant of "concat" matches argument types "list[DataFrame]", "str" [call-overload]
note: Possible overload variants:
... # Long list of possibilies
Подробнее здесь: https://stackoverflow.com/questions/782 ... tdataframe