Mercurial > hg > nsaunier > traffic-intelligence
comparison scripts/clean-ground-truth.py @ 998:933670761a57
updated code to python 3 (tests pass and scripts run, but non-executed parts of code are probably still not correct)
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Sun, 27 May 2018 23:22:48 -0400 |
| parents | 08f82be22816 |
| children |
comparison
equal
deleted
inserted
replaced
| 997:4f3387a242a1 | 998:933670761a57 |
|---|---|
| 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 |
