我正在从#34;预测分析中的建模技术"中获取此代码。作者:Thomas Miller:
from __future__ import division, print_function
from future_builtins import ascii, filter, hex, map, oct, zip
import pandas as pd
from pandas.tools.rplot import RPlot, TrellisGrid, GeomPoint, ScaleRandomColour
收到错误:
没有名为rplot的模块
此代码一次有效。如何判断rplot是否在熊猫中?这就是我收到此错误的原因吗?可以删除吗?