编程语言
首页 > 编程语言> > Python 爬取 北京市政府首都之窗信件列表-[数据处理]

Python 爬取 北京市政府首都之窗信件列表-[数据处理]

作者:互联网

日期:2020.01.24

博客期:132

星期五

 

  好了今天是除夕,先给大家说句吉利话,“祝大家打代码代代顺利,码码成功”!我因为回家了,今天没做太多东西... ...呼~

  登录虚拟机,启动hadoop和hive,准备做数据处理部分!

  

//建数据库的语句
create table govdata(
   kind string,
   asker string,  
   responser string,
   asktime string,  
   responsetime string, 
   title string,  
   questionSupport int,  
   responseSupport string,
   responseUnsupport string,
   questiontext string,  
   responsetext string  
)  row format delimited  
fields terminated by '\t';

  

标签:...,string,Python,虚拟机,爬取,int,之窗,数据处理,questiontext
来源: https://www.cnblogs.com/onepersonwholive/p/12232416.html