TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Python script to visualize companies' org chart – is this useful?

1 点作者 federiconitidi大约 5 年前
As the title said, I built an python algorithm that takes people data (linkedin &amp; other sources) and turn them into an organizational chart. I coded this for an organizational research class, but I though that it could potentially be useful to sales people too, to understand clients&#x27; organization.<p>Right now the script takes into account mainly the person&#x27;s job title and the location. Job titles are matched against a library of macro positions, to understand the functional role. Location is normalized and then used to identify offices, countries and regions and group accordingly. These data are then used to draw the org chart, with a best guess of the lines of reporting.<p>The script takes the company domain as input. Then it queries the data it needs and draw out the org chart (see output example below - visualization of the sales org of a 500 people tech co). The visualization is pretty basic right now - essentially a python printout - but I&#x27;m sure it could be made better.<p>The code is now local on my laptop, but I can open source it if useful. Would you find this useful?<p>https:&#x2F;&#x2F;res.cloudinary.com&#x2F;hq078g0yq&#x2F;image&#x2F;upload&#x2F;v1587025657&#x2F;org_chart-1_zqjbao.png

暂无评论

暂无评论