我有一个Excel电子表格,我正在阅读Pandas DataFrame:
df = pd.read_excel("file.xls")
但是,电子表格的其中一列包含具有与之关联的超链接的文本.如何访问Pandas中的底层超链接?
excel pandas
excel ×1
pandas ×1