orcasound / ambient-sound-analysis

This repository aims to hold code for UW MSDS capstone project analyzing ambient sounds in orcasound hydrophone data
MIT License
4 stars 4 forks source link

be more explicit about time interval in `ancient_ambient` function #59

Open valentina-s opened 5 months ago

valentina-s commented 5 months ago

since ancient_ambient function works on any dataframe one should either make it more general, and indicate in its call it is run on one month, or call the df df_month or something like that to indicate only month is passed.