use pandas json.dumps

use pandas json.dumps it supports date_times and other improvements
This commit is contained in:
M Clark
2017-03-04 15:55:57 +08:00
committed by GitHub
parent 56f981ed13
commit 6048bbdb1d
+1 -1
View File
@@ -3,7 +3,7 @@ try:
except ImportError:
# Python 2.6
from ordereddict import OrderedDict
import json
from pandas.io import json
import os
import sys