partd
partd copied to clipboard
Introduce `safer_eval`
tl;dr:
- Introduces a
safer_evalfunction to replaceeval(the former still relies on the latter, asast.literal_evalis not suitable enough). - Applies
isort==4.3.21to all files that have been changed. - Removes unused line
chunks = list(). - Updates deprecated
import pandas.util.testing as tmtoimport pandas.testing as tm.