摘要: Before you can plot anything, you need to specify which backend Matplotlib should use. The simplest option is to use Jupyter’s magic command %matplotl 阅读全文
posted @ 2018-12-29 05:06 Sherrrry 阅读(450) 评论(0) 推荐(0) 编辑
摘要: Here I list some useful functions in Python to get familiar with your data. As an example, we load a dataset named housing which ... 阅读全文
posted @ 2018-12-29 04:37 Sherrrry 阅读(109) 评论(0) 推荐(0) 编辑
摘要: Using Pandas Library The simplest way is to read data from .csv files and store it as a data frame object: You can also read .xsl files and directly s 阅读全文
posted @ 2018-12-29 04:18 Sherrrry 阅读(193) 评论(0) 推荐(0) 编辑