df.plot(x='index', y='count', kind='bar', label='index', colormap='Paired', use_index=False) ... import matplotlib.pyplot as plt import pandas as pd df = pd.
確定! 回上一頁