Results 3 comments of Yuze GAO

https://github.com/ZhuiyiTechnology/TableQA

try and modify this: ```python import re import json class SQLToJsonConverter: def __init__(self, table_name, column_names): self.table_name = table_name self.column_names = column_names self.agg_ops = ['', 'MAX', 'MIN', 'COUNT', 'SUM', 'AVG'] #...