Last active
May 22, 2018 23:20
-
-
Save widoyo/f587491019579b5bd039eb35b07279ed to your computer and use it in GitHub Desktop.
Pencari data Anomali
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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