-1
When using the matplotlib library in Power BI the following error message appears: "Python’s process ended unexpectedly, so the look cannot be displayed. Try running it again." How to solve this problem?
# dataset = pandas.DataFrame(Japan, Year)
# dataset = dataset.drop_duplicates()
import matplotlib.pyplot as plt
plt.Plot(dataset. Year, dataset.Japan)
plt.show()