Others

dumpjson(data, path)

Input the json data and save it as a file.

transbigdata.dumpjson(data, path)

Input the json data and save it as a file. This method is suitable for sovling the problem that numpy cannot be compatiable with json package.

Parameters:
  • data (json) – The json data to be saved

  • path (str) – The storage path