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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What data visualization tools do you use?

11 点作者 navait大约 4 年前
My Tableau license at work expired, and I had been expirimenting with creating dashboards for my personal data in it. Since my company will not be renewing it, I need to use something else.<p>What tools do you like? I&#x27;m a programmer, so things like D3 and matplotlib are great too.

9 条评论

NoOneNew大约 4 年前
Pretty sure I&#x27;ll get shit for this one. I like Microsoft BI. It&#x27;s easy and quick to slap charts together, filter, organize, etc. It can import a crazy amount of file formats and DBs. The stand alone is free and exports pdfs you can decently design. I mostly use it privately for investigating data. So my report generation knowledge isnt deep. If you want to use the cloud services, that costs a bit. They update just about every month with some new features. I find quarterly is when you see significant changes.
评论 #26357832 未加载
vietjtnguyen大约 4 年前
Outputting vnlog, using those tools to filter, and then plotting using feedgnuplot have covered most of my visualization needs.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dkogan&#x2F;vnlog" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dkogan&#x2F;vnlog</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;dkogan&#x2F;feedgnuplot" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dkogan&#x2F;feedgnuplot</a>
kowlo大约 4 年前
D3.js(<a href="https:&#x2F;&#x2F;d3js.org" rel="nofollow">https:&#x2F;&#x2F;d3js.org</a>),<p>Chord Pro (<a href="https:&#x2F;&#x2F;datacrayon.com&#x2F;shop&#x2F;product&#x2F;chord-pro&#x2F;" rel="nofollow">https:&#x2F;&#x2F;datacrayon.com&#x2F;shop&#x2F;product&#x2F;chord-pro&#x2F;</a>),<p>Plotly (<a href="https:&#x2F;&#x2F;plotly.com" rel="nofollow">https:&#x2F;&#x2F;plotly.com</a>),<p>Plotly Dash (<a href="https:&#x2F;&#x2F;plotly.com&#x2F;dash&#x2F;" rel="nofollow">https:&#x2F;&#x2F;plotly.com&#x2F;dash&#x2F;</a>)
chordol大约 4 年前
<a href="https:&#x2F;&#x2F;www.metabase.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.metabase.com&#x2F;</a> It’s open source BI tool which works nice out of the box and it’s low maintenance. Dashboards are you easy to create. It connects to a bunch of DBs.
msantos大约 4 年前
Haven&#x27;t done much BI work recently, but normally my approach boils down to:<p>a) OpenRefine (formerly Google Refine) for cleaning and filtering - i.e. exploring and making sense of new data dumps<p>b) Grafana for dashboards, once the data structures are defined.<p>c) looking forward to this Pinterest-backed data explorer <a href="https:&#x2F;&#x2F;www.querybook.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.querybook.org&#x2F;</a>
ploika大约 4 年前
R Shiny is another good option that hasn&#x27;t been mentioned yet. If you just want to amuse yourself building a &quot;works on my machine&quot; dashboard you can&#x27;t go far wrong with it.
sails大约 4 年前
Superset and Redash worth a look. I&#x27;d go superset if you are comfortable with python but want some of the prebuilt stuff that Tableau gives you.
rboyd大约 4 年前
Grafana, Kibana
MmdYw大约 4 年前
Seaborn,Superset R GGPlot2