上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
摘要: 原文链接:http://www.juzicode.com/archives/3139 错误提示: pyplot.hist()绘制直方图时提示:ValueError: x must have 2 or fewer dimensions #juzicode.c... 阅读全文
posted @ 2020-12-30 19:44 桔子code 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/3112 pandas为我们提供了容易上手使用的数据结构和数据分析工具,它的Series和DataFrame数据类型都有一个plot()方法,可以用于绘制常用图形。 1、线型图、基... 阅读全文
posted @ 2020-12-30 18:40 桔子code 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/3127 错误提示: 在pandas中用to_excel()写文件提示:ModuleNotFoundError: No module named ‘xlwt’: import nu... 阅读全文
posted @ 2020-12-28 20:07 桔子code 阅读(1399) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/3125 错误提示: 用pandas read_excel()方法读取xls或xlsx文件时,提示:ImportError: Missing optional dependency... 阅读全文
posted @ 2020-12-28 19:47 桔子code 阅读(1776) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2530 matplotlib除了可以绘制曲线图, 还可以绘制统计图形,这篇文章介绍饼图、柱状图等几种常用统计图形的绘制方法。 1、饼图 使用pie()方法绘制饼图: pr... 阅读全文
posted @ 2020-12-28 08:22 桔子code 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2532 在matploblib中,绘图操作通常可以用pyplot.plot()实现,但是如果需要在一个画布上绘制多张图片,则需要用到subplots()或subplot()方法。 1... 阅读全文
posted @ 2020-12-25 08:27 桔子code 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2455 在做数据处理时用图形显示出处理结果,可以得到更直观的判断。Python中matplotlib为我们提供了非常强大的绘图功能,它可以绘制曲线图、柱图、饼图、散点图、三维图等... 阅读全文
posted @ 2020-12-24 21:00 桔子code 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2840 错误提示: 定义函数时,使用三引号注释提示错误:IndentationError: expected an indented block #juzicode.com/vx:桔... 阅读全文
posted @ 2020-12-21 21:04 桔子code 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2756 错误提示: 开启线程时提示TypeError: func() argument after * must be an iterable, not int #juzicod... 阅读全文
posted @ 2020-12-20 12:27 桔子code 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2749 错误提示: 使用with方法打开文件后,再次read()文件时提示:ValueError: I/O operation on closed file. #juzicode.c... 阅读全文
posted @ 2020-12-20 12:26 桔子code 阅读(777) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页