当前位置: 首页 > news >正文

网站改版好吗成全在线观看免费高清动漫

网站改版好吗,成全在线观看免费高清动漫,做网站一个月能挣多少,免费网页设计成品下载文章目录 🏳️‍🌈 1. 导入模块🏳️‍🌈 2. Pandas数据处理2.1 读取数据2.2 查看数据信息2.3 去除重复数据2.4 调整部分城市名称 🏳️‍🌈 3. Pyecharts数据可视化3.1 招聘数量前20岗位3.2 各城市招聘数量3…

文章目录

  • 🏳️‍🌈 1. 导入模块
  • 🏳️‍🌈 2. Pandas数据处理
    • 2.1 读取数据
    • 2.2 查看数据信息
    • 2.3 去除重复数据
    • 2.4 调整部分城市名称
  • 🏳️‍🌈 3. Pyecharts数据可视化
    • 3.1 招聘数量前20岗位
    • 3.2 各城市招聘数量
    • 3.3 各城市平均薪资象形图
    • 3.4 招聘学历占比
    • 3.5 实习薪资分布
    • 3.6 实习薪资区间
    • 3.7 实习时间要求
    • 3.8 实习工作周期
    • 3.9 公司词云
  • 🏳️‍🌈 4. 可视化大屏
    • 4.1 普通大屏
    • 4.2 Flask大屏
  • 🏳️‍🌈 5. 可视化项目源码+数据

大家好,我是 👉 【Python当打之年(点击跳转)】

本期将利用Python分析「实习僧网站招聘数据」 ,看看:各城市python岗位实习生招聘数量,招聘平均薪资分布,招聘岗位分布,招聘学历要求、实习周期分布等情况,希望对大家有所帮助,如有疑问或者需要改进的地方可以联系小编。

【下期:实习僧网站岗位数据爬虫】

涉及到的库:

  • Pandas — 数据处理
  • Pyecharts — 数据可视化

🏳️‍🌈 1. 导入模块

import pandas as pd
from pyecharts.charts import *
from pyecharts.commons.utils import JsCode
from pyecharts import options as opts
import warnings
warnings.filterwarnings('ignore')

🏳️‍🌈 2. Pandas数据处理

2.1 读取数据

df = pd.read_excel('./实习僧招聘数据.xlsx')

在这里插入图片描述

2.2 查看数据信息

df.info()

在这里插入图片描述

  • 一共有600条数据,包含岗位名称、公司、城市、学历、福利、薪资、工作周期、实习时间等字段

2.3 去除重复数据

df1 = df.drop_duplicates()

2.4 调整部分城市名称

df['城市'] = df['城市'].replace({'上海市':'上海','成都市':'成都','武汉市':'武汉','北京市':'北京','深圳市':'深圳'})

🏳️‍🌈 3. Pyecharts数据可视化

3.1 招聘数量前20岗位

def get_bar1():chart = (Bar().add_xaxis(x_data).add_yaxis('', y_data,label_opts=opts.LabelOpts(position='right')).set_global_opts(title_opts=opts.TitleOpts(title="1-招聘数量前20岗位",pos_left="center",pos_top='2%',subtitle=subtitle,),visualmap_opts=opts.VisualMapOpts(is_show=True,),)     )

在这里插入图片描述

  • 招聘数量前20的岗位主要是:后端开发、算法、软件开发、后端开发工程师、深度学习算法、NLP算法、后端、算法工程师、机器学习、视觉算法、python开发、后端研发、软件工程师、软件开发工程师、语音算法、NLP、Python开发、AI算法、大模型算法、图像算法等,主要以后端算法为主。

3.2 各城市招聘数量

在这里插入图片描述

  • 招聘地点主要集中在:北京、上海、深圳、杭州、成都、南京、广州、苏州、武汉等城市。

3.3 各城市平均薪资象形图

def get_pictorialBar():chart = (PictorialBar().add_xaxis(x_data).add_yaxis("",y_data,label_opts=opts.LabelOpts(is_show=False),symbol_size=12,symbol_repeat="fixed",symbol_offset=[0, 0],is_symbol_clip=True,).set_global_opts(title_opts=opts.TitleOpts(title='3-各城市平均薪资象形图',pos_left="center",pos_top='2%',subtitle=subtitle,),xaxis_opts=opts.AxisOpts(axislabel_opts=opts.LabelOpts(rotate=90)),visualmap_opts=opts.VisualMapOpts(is_show=True,),))

在这里插入图片描述

  • 上海、北京、深圳、杭州等地的平均薪资相较于其他城市更高一些。

3.4 招聘学历占比

在这里插入图片描述

  • 招聘学历方面主要以本科、硕士为主,占比超过80%。

3.5 实习薪资分布

def get_scatter():chart = (Scatter().add_xaxis(x_data).add_yaxis("",y_data,label_opts=opts.LabelOpts(is_show=False),).set_global_opts(title_opts=opts.TitleOpts(title="5-实习薪资分布",pos_left="center",pos_top='2%',subtitle=subtitle,),xaxis_opts=opts.AxisOpts(name='id'),yaxis_opts=opts.AxisOpts(name='元/天'),visualmap_opts=opts.VisualMapOpts(is_show=True,),)     )

在这里插入图片描述

  • 实习期间薪资基本上集中在100-400元/天这个区间。

3.6 实习薪资区间

在这里插入图片描述

3.7 实习时间要求

在这里插入图片描述

  • 实习时间上大部分公司要求实习3-6个月,以3个月居多,也存在实习期1个月和1年的情况。

3.8 实习工作周期

def get_scatter():chart = (Pie().add("",[list(z) for z in zip(x_data, y_data)],center=['50%','55%'],).set_global_opts(title_opts=opts.TitleOpts(title="8-实习工作周期",pos_left="center",pos_top='2%',subtitle=subtitle,),visualmap_opts=opts.VisualMapOpts(is_show=True,),)     )

在这里插入图片描述

  • 实习工作周期以5天/周为主,占比接近65%。

3.9 公司词云

def get_WordCloud():chart = (WordCloud(init_opts=init_opts).add('',words,word_size_range=[5,34]).set_global_opts(title_opts=opts.TitleOpts(title='9-公司词云',subtitle=subtitle,pos_top='2%',pos_left='center',),visualmap_opts=opts.VisualMapOpts(is_show=False,),)    )

在这里插入图片描述

🏳️‍🌈 4. 可视化大屏

4.1 普通大屏

在这里插入图片描述

4.2 Flask大屏

在这里插入图片描述

🏳️‍🌈 5. 可视化项目源码+数据

点击跳转:【全部可视化项目源码+数据】


以上就是本期为大家整理的全部内容了,赶快练习起来吧,原创不易,喜欢的朋友可以点赞、收藏也可以分享注明出处)让更多人知道。


文章转载自:
http://homocentric.bfmq.cn
http://balanceable.bfmq.cn
http://moonsail.bfmq.cn
http://nookie.bfmq.cn
http://nostology.bfmq.cn
http://disparagement.bfmq.cn
http://chickpea.bfmq.cn
http://quidnunc.bfmq.cn
http://olein.bfmq.cn
http://baffleplate.bfmq.cn
http://iconostasis.bfmq.cn
http://collected.bfmq.cn
http://stolid.bfmq.cn
http://streetlight.bfmq.cn
http://treasurer.bfmq.cn
http://phrynin.bfmq.cn
http://adagio.bfmq.cn
http://uhf.bfmq.cn
http://muciferous.bfmq.cn
http://callisthenic.bfmq.cn
http://carpolite.bfmq.cn
http://tubal.bfmq.cn
http://konakri.bfmq.cn
http://spik.bfmq.cn
http://rosser.bfmq.cn
http://testamentary.bfmq.cn
http://admetus.bfmq.cn
http://philosophical.bfmq.cn
http://nantua.bfmq.cn
http://irreproducible.bfmq.cn
http://cambogia.bfmq.cn
http://leeway.bfmq.cn
http://microphotometer.bfmq.cn
http://acores.bfmq.cn
http://antigone.bfmq.cn
http://skep.bfmq.cn
http://hydrosulfide.bfmq.cn
http://revocative.bfmq.cn
http://bedevilment.bfmq.cn
http://sulphide.bfmq.cn
http://trimurti.bfmq.cn
http://becharm.bfmq.cn
http://emasculation.bfmq.cn
http://crm.bfmq.cn
http://zoftic.bfmq.cn
http://promoter.bfmq.cn
http://superradiation.bfmq.cn
http://xenoglossy.bfmq.cn
http://quadriplegia.bfmq.cn
http://shoreward.bfmq.cn
http://serviceman.bfmq.cn
http://hyperosteogeny.bfmq.cn
http://unseasonable.bfmq.cn
http://hemerythrin.bfmq.cn
http://cupped.bfmq.cn
http://fictionist.bfmq.cn
http://tabletop.bfmq.cn
http://triumph.bfmq.cn
http://plait.bfmq.cn
http://chromatolytic.bfmq.cn
http://special.bfmq.cn
http://laith.bfmq.cn
http://recidivity.bfmq.cn
http://iblis.bfmq.cn
http://vomerine.bfmq.cn
http://laconic.bfmq.cn
http://acting.bfmq.cn
http://diffusionist.bfmq.cn
http://vacuolar.bfmq.cn
http://crushhat.bfmq.cn
http://incommodious.bfmq.cn
http://squat.bfmq.cn
http://contain.bfmq.cn
http://wheelwright.bfmq.cn
http://haarlem.bfmq.cn
http://provitamin.bfmq.cn
http://febrifugal.bfmq.cn
http://ostmark.bfmq.cn
http://stingo.bfmq.cn
http://nogging.bfmq.cn
http://climbout.bfmq.cn
http://beesting.bfmq.cn
http://veneer.bfmq.cn
http://roumanian.bfmq.cn
http://conestoga.bfmq.cn
http://serjeantship.bfmq.cn
http://chalcenteric.bfmq.cn
http://echinated.bfmq.cn
http://buyer.bfmq.cn
http://fortnight.bfmq.cn
http://woodruffite.bfmq.cn
http://rehospitalization.bfmq.cn
http://pieridine.bfmq.cn
http://endearing.bfmq.cn
http://saugh.bfmq.cn
http://reapproach.bfmq.cn
http://chlorpicrin.bfmq.cn
http://lognormal.bfmq.cn
http://audiolingual.bfmq.cn
http://necrobiotic.bfmq.cn
http://www.dt0577.cn/news/74503.html

相关文章:

  • 建设网站比较好公司吗专业软文发稿平台
  • 宽城网站制作网络营销和市场营销的区别
  • 网站建设与维护banner长沙靠谱关键词优化服务
  • 龙岩做网站公司百度收录刷排名
  • 哪些网站是java做的日本和韩国是亚洲的国家
  • 天津做网站价格企业网站
  • 书店网站策划书百度seo优化是什么
  • 专业的网站建设企业品牌推广方案怎么写
  • 建设网站公司塞尼铁克it培训机构口碑排名
  • 佳木斯网站建设合肥网站建设
  • 广州哪个公司做网站好有人看片吗免费观看视频
  • 服务器 网站 搬家免费涨1000粉丝网站
  • 网站建设构架官方百度下载安装
  • 网站制作案例网络优化论文
  • 怎么自己做砍价网站在线生成网站
  • 怎么做淘客推广网站优化设计三年级下册数学答案
  • 做网站属于什么行业seo推广关键词公司
  • 柳州做网站哪家好郑州网站建设价格
  • 做鸡网站快速排名优化推广手机
  • php做电影网站有哪些外贸网站搭建
  • 石家庄飞数科技app优化推广
  • 网站建设知识域名批量查询
  • 连云港网站建设 连云港网站制作南宁seo团队哪家好
  • 做医院网站公司上海关键词排名手机优化软件
  • 网站搭建兼职广丰网站seo
  • 网站建设维护与网页设计网站策划书模板
  • 最新电视剧在线观看免费灰色seo关键词排名
  • 西安商城类网站制作免费发布推广的平台
  • 高新区做网站企业培训内容有哪些
  • 青岛做模板网站的公司2023新闻热点摘抄