将CSV数据显示为图形和表格 [英] Displaying CSV data into graphs and tables

查看:538
本文介绍了将CSV数据显示为图形和表格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想问您如何显示大量的CSV资料。我们需要显示各种计数,平均值等。

I would like to ask how would you go about displaying ton of CSV data. We need to show various counts, averages and so on. I think this should be doable in some kind of tools?

推荐答案

我相信你要找的是 jquerycvstotable

<div id="CSVTable"></div>

<script>
$(function() {
  $('#CSVTable').CSVToTable('test.csv');
});
</script>

编辑:我刚刚发现了另一个,如果你试图加载它们更有前途图形图表。它被称为 jquery-csv

I just found another one that may be more promising if you're trying to load them into a graphical chart. It's called jquery-csv

这篇关于将CSV数据显示为图形和表格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆