Zuo Wang

Results 3 comments of Zuo Wang

Could you please tell me how to throw those zeros? Thanks a lot!

Yes, I opened http://localhost:9000/bounding_box, then created bounding boxes and clicked save button to store them into the database. It got 4 decimal: left, right, top, bottom, but the bound handler...

reproduced with this scripts: examples/python/grizzly/data_cleaning_grizzly.py ``` #!/usr/bin/python # The usual preamble import pandas as pd import grizzly.grizzly as gr import time # Get data (NYC 311 service request dataset) and...