mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-10 12:00:21 +08:00
use pandas json.dumps
use pandas json.dumps it supports date_times and other improvements
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user