WHOIGit / nes-lter-ims

NES-LTER information system components
MIT License
5 stars 0 forks source link

fix hrs2303 underway ep #119

Closed joannekoch closed 7 months ago

joannekoch commented 7 months ago

Fixes the HRS2303 Underway EP:

  1. The error: read_csv() got an unexpected keyword argument 'na_rep' underway.py on the line: df = pd.read_csv(os.path.join(csv_dir, file), header=[0], na_values=[' NAN', ' NODATA'] , na_rep='NaN')

  2. Sets the 'date' column NaN values to the empty string per issue #116 .