Skip to content
Snippets Groups Projects
  • kgao's avatar
    24452d52
    Fixed rolling averages bug · 24452d52
    kgao authored
    If dates don't line up exactly at the minute mark, the frame gets filled with np.nans
    now frame takes closest record that is < than the minute mark and sets
    that record into the file
    24452d52
    History
    Fixed rolling averages bug
    kgao authored
    If dates don't line up exactly at the minute mark, the frame gets filled with np.nans
    now frame takes closest record that is < than the minute mark and sets
    that record into the file