Попытка создать гистограмму из кадра данных панд с помощью:
%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>
Что мне не хватает?