Python 数据可视化:【拉勾网】职位信息数据分析与可视化绘图

本文分析了拉勾网上17个主要城市的1600+数据分析岗位,揭示了需求量、工作经验、薪资分布、学历要求等关键信息。北上广深杭需求旺盛,工作经验主要集中在1-3年和3-5年,学历本科以上为主,薪资多在10-25k,行业以移动互联网为最。职位词云突出数据分析、大数据、SQL等关键词。
摘要由CSDN通过智能技术生成

笔者爬取了【拉勾网】17 个城市的 1600+ 个【数据分析】岗位进行分析并绘图展示,尝试探索该岗位当前市场状况。

ps.目标城市主要挑选的是排名靠前的互联网城市,剔除了个别职位数只有一两个的城市。
新一线城市互联网生态指数

数据摘要

import pandas as pd

df_all = pd.read_csv(file, encoding='utf-8')
print(df_all.info())
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 1689 entries, 0 to 1688
Data columns (total 20 columns):
position_id             1689 non-null int64
position_name           1689 non-null object
salary                  1689 non-null object
work_year               1689 non-null object
education               1689 non-null object
job_nature              1689 non-null object
city                    1689 non-null object
district                1689 non-null object
work_addr               1689 non-null object
position_advantage      1689 non-null object
position_labels         1679 non-null object
position_description    1689 non-null object
company_short_name      1689 non-null object
company_size            1689 non-null object
industry_field          1689 non-null object
finance_stage           1689 non-null object
investment_agencies     424 non-null object
company_full_name       1689 non-null object
company_homepage        1689 non-null object
company_inLaGou         1689 non-null object
dtypes: int64(1), object(19)
memory usage: 264.0+ KB
  • 4
    点赞
  • 50
    收藏
    觉得还不错? 一键收藏
  • 6
    评论
评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值