all 2 comments

sorted by: hot top controversial new old
[–] 2 points 2 years ago* (last edited 2 years ago) (1 child)
try:
    import pandas
except:
    print("You did not install pandas, let me do it for you")
    import os
    os.system("pip install pandas")

Here is some cursed error handling

  • source
  • hideshow 2 child comments