店铺数据清洗与展示 - 2012年12月19日数据示例
清洗后的数据信息如下:
{ 'dc_id':'dc_0', 'source':{ 'sensor-ipad':{ 'c02_level':244, 'description':'Sensor embedded in exhaust pipes in the ceilings', 'geo':{ 'lat':30.283370561654323, 'long':-99.84165752826644 }, 'temp':956838, 'type':2 }, 'sensor-igauge':{ 'c02_level':719, 'description':'Sensor embedded in exhaust pipes in the ceilings', 'geo':{ 'lat':94.10227705673348, 'long':76.10481396088298 }, 'temp':177093, 'type':1 }, 'sensor-inest':{ 'c02_level':875, 'description':'Sensor embedded in exhaust pipes in the ceilings', 'geo':{ 'lat':95.21142384780684, 'long':-53.49799457162106 }, 'temp':726603, 'type':3 }, 'sensor-istick':{ 'c02_level':399, 'description':'Sensor embedded in exhaust pipes in the ceilings', 'geo':{ 'lat':33.41751879098159, 'long':-55.58188361249834 }, 'temp':449298, 'type':4 } }, 'time':'2012/12/19' }
字段说明
| 列名 | 类型 | 介绍 | |---|---|---| | dc_id | string | 店铺编号 | | source | struct | 数据来源平台 | | sensor-ipad | struct | 淘宝 | | sensor-igauge | struct | 京东 | | sensor-inest | struct | 苏宁 | | sensor-istick | struct | 唯品会 | | c02_level | long | 店铺关注人数 | | description | string | 店铺描述 | | geo | struct | 地理信息 | | lat | double | 纬度 | | long | double | 经度 | | temp | long | 店铺这个月销售数量 | | type | long | 店铺类型 | | time | long | 数据记录时间 |
原文地址: https://www.cveoy.top/t/topic/oKN5 著作权归作者所有。请勿转载和采集!