comparison scripts/clean-ground-truth.py @ 1012:01db14e947e4

resolved
author Wendlasida
date Fri, 01 Jun 2018 10:47:49 -0400
parents 933670761a57
children
comparison
equal deleted inserted replaced
1011:4f0312bee393 1012:01db14e947e4
1 #! /usr/bin/env python 1 #! /usr/bin/env python3
2 import argparse 2 import argparse
3 import pandas as pd 3 import pandas as pd
4 import sqlite3 4 import sqlite3
5 from numpy import min, max 5 from numpy import min, max
6 6