79803619

Date: 2025-10-29 09:44:52
Score: 2
Natty:
Report link

My problem is the definition of the function I adapted from an SO post. In the function I have 3 arguments: plot_with_checks(df, x_col, y_col), while as in in the plotting I have plt.plot(x=x_col, y=y_col), 2 arguments. In calling the function I call it with df (which is the full dataframe), hence the problem. So I think I need to have a function consistent with the call to function.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Zilore Mumba