79245237

Date: 2024-12-02 18:54:34
Score: 1
Natty:
Report link

You can create a for loop -

for column in df.columns[1:]:
    plt.figure():
    plt.plot(df["date"], df[column]) 
    plt.show()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user25332792