尝试使用以下方法从熊猫数据框制作直方图:
%matplotlib inline
import matplotlib.pyplot as plt
from matplotlib import rc
import pandas as pd
plt.hist(data['total_income'])
返回:
[WinError 2] The system cannot find the file specified
<Figure size 432x288 with 1 Axes>
我想念什么?