上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: 1.COUNT函数,DISTINCT是不同值。 2. SUM 函数 3. AVG, MIN, MAX函数 4.统计时间差 TIMESTAMPDIFF函数 阅读全文
posted @ 2018-09-04 19:50 卷积 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1. 动图-animation 2. 交互性(interactivity) Example1: Example2 : 作图: 阅读全文
posted @ 2018-08-24 17:31 卷积 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 热图表示三维数据 1. 2.改变bin的数量 阅读全文
posted @ 2018-08-24 16:47 卷积 阅读(387) 评论(0) 推荐(0) 编辑
摘要: Box画法笔记 2.作图 3. 显示三列 4. 5. y坐标标记转换位置 6. whis的妙用 阅读全文
posted @ 2018-08-24 16:34 卷积 阅读(653) 评论(0) 推荐(0) 编辑
摘要: 直方图笔记 1. 画直方图。 2.设置hist的bin值 如何选择bin的数目。 http://users.stat.umn.edu/~gmeeden/papers/hist.pdf 直方图显示 3. 4.使用matplotlib.gridspec作图 5. hist的orientation设置。 阅读全文
posted @ 2018-08-24 15:45 卷积 阅读(417) 评论(0) 推荐(0) 编辑
摘要: matplotlib的subplot笔记. 1.subplot第一个参数为行数,第二个参数为列数。类似matlab中的用法。 画图: 2.加上下边这段代码之后. 3.让两个subplot的y坐标一致. 4.其中plt.subplot(1,2,1)的表示方法和plt.subplot(121)含义一致。 阅读全文
posted @ 2018-08-24 10:03 卷积 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 参考来源: http://www.info.teradata.com/htmlpubs/db_ttu_13_10/index.html#page/SQL_Reference/B035_1146_109A/ch01.3.095.html http://www.teradatawiki.net/2013 阅读全文
posted @ 2018-08-20 14:57 卷积 阅读(692) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://dev.mysql.com/doc/refman/5.7/en/func-op-summary-ref.htmlhttp://www.w3resource.com/mysql/mysql-functions-and-operators.php 1. SQL 改变列名。 2. 阅读全文
posted @ 2018-08-19 22:37 卷积 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 查询链接: http://dev.mysql.com/doc/refman/5.7/en/func-op-summary-ref.htmlhttp://www.w3resource.com/mysql/mysql-functions-and-operators.php http://www.tuto 阅读全文
posted @ 2018-08-19 17:03 卷积 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1.连接数据库.在Juptor中进行SQL操作时,需要加上%sql,%%sql 2.查看数据库中的表格 或者用DESCRIBE函数代替。 3.SELECT语法 4.LIMIT 5.OFFSET 6.稍微复杂点的 算术操作。 阅读全文
posted @ 2018-08-19 13:58 卷积 阅读(217) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页