
Google Scholar个人资料刮板: GoogleScholarProfile
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
GoogleScholarProfile是一款用于自动收集和整理Google Scholar上学者信息的工具,帮助用户轻松获取学术成果概览。
Google Scholar个人资料刮板从Google Scholar个人资料的HTML页面中提取元数据和引用信息的方法如下:
```python
import GoogleScholarProfile as gsp
import requests
import pandas as pd
file = requests.get(https://scholar.google.com/citations?user=1sKULCoAAAAJ&hl=en).text
l = gsp.GoogleScholarProfile(file, prefix=)
pd.DataFrame(l)[:2]
```
全部评论 (0)
还没有任何评论哟~


