Skip to content

Instantly share code, notes, and snippets.

@widoyo
Last active May 22, 2018 23:20
Show Gist options
  • Save widoyo/f587491019579b5bd039eb35b07279ed to your computer and use it in GitHub Desktop.
Save widoyo/f587491019579b5bd039eb35b07279ed to your computer and use it in GitHub Desktop.
Pencari data Anomali
def anomaly_detect(nama_pos, sampling_awal, sampling_akhir):
'''Return [('SamplingDate', 'SamplingTime', oldval, newval)]'''
pass
if __name__ == "__main__":
anomaly_detect('dengkeng', '2016-01-01', '2016-01-31')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment