Last active
December 5, 2020 22:09
-
-
Save thepycoach/d744d1c68ce49d9ea04ce8db72bc403a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import subprocess | |
| import pandas as pd | |
| import pickle | |
| from fuzzywuzzy import process, fuzz | |
| from sympy import symbols, Eq, solve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment