UCSDYelpData:Yelp数据挑战

时间:2021-05-30 09:59:53
【文件属性】:
文件名称:UCSDYelpData:Yelp数据挑战
文件大小:18.56MB
文件格式:ZIP
更新时间:2021-05-30 09:59:53
Python Yelp数据集挑战 概述 数据集是一个单独的 gzip 压缩文件,每行由一个 json-object 组成。 每个对象都包含一个“类型”字段,它告诉您它是企业、用户还是评论。 业务对象 业务对象包含有关本地业务的基本信息。 'business_id' 字段可以与 Yelp API 一起使用以获取更多可视化信息,但请注意,您仍然需要遵守 API TOS。 字段如下: { 'type' : 'business' , 'business_id' : ( a unique identifier for this business ) , 'name' : ( the full business name ) , 'neighborhoods' : ( a list of neighborhood names , might be empty ) , 'full_addres
【文件预览】:
UCSDYelpData-master
----README.rst(60KB)
----YelpChallengeAccepted.ipynb(89KB)
----graph.db(25.86MB)
----setup.cfg(20B)
----requirements.txt(13B)
----setup.py(1KB)
----.gitignore(638B)
----Makefile(875B)
----yelp()
--------user.py(2KB)
--------analysis.py(348B)
--------__main__.py(2KB)
--------__init__.py(119B)
--------__version__.py(46B)

网友评论