Mod 7 project: exceptions and pickles. Contribute to AFolmer/IntroToProg-Python-Mod07 development by creating an account on GitHub.
Functions reliant on pickle can result in arbitrary code execution. - pattern: $SMTH.to_pickle(...) - pattern-not: pandas.read_pickle("...") - pattern-not: pandas.to ...