this is what I get everytime I try to run this on jupyter notebook
i dont know what to install. I did pip mysqlclient it installed but did not resolve the problem.
ModuleNotFoundError Traceback (most recent call last)
Input In [1], in <cell line: 7>()
4 from math import ceil
6 import bs4
----> 7 import MySQLdb as mdb
8 import requests
11 def obtain_parse_wiki_snp500():
ModuleNotFoundError: No module named ‘MySQLdb’