Select the row: row = df.iloc[0]. Plot the row (a pandas.Series ): row.plot(kind='bar'). For example, import pandas as pd import matplotlib.pyplot as plt d ...
確定! 回上一頁