Closed JohannesWiesner closed 1 year ago
For this repo, one needs at least pandas > 1.2 because of the na_action argument in the .applymap method:
na_action
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.applymap.html
I currently try to avoid this, so pandas > 1.2 is not necessary right now
For this repo, one needs at least pandas > 1.2 because of the
na_action
argument in the .applymap method:https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.applymap.html