79503990

Date: 2025-03-12 15:10:23
Score: 1
Natty:
Report link

You can delete the Nan values before plotting with drop.na in pandas. For example :

clean_data = merge_nal_cont(subset = ["Date","GPP_DT_uStar","GPP_uStar_f"]

and then continue with the plot. You to perfom a data inspection so you can know which columns and rows have NaN values.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dimitris