daskperiment icon indicating copy to clipboard operation
daskperiment copied to clipboard

ENH: Switch serialize protocol

Open sinhrks opened this issue 7 years ago • 1 comments

Allow to configure serialization protocol (pickle or json?)

sinhrks avatar Jan 31 '19 12:01 sinhrks

json limitations:

  • standard datetime-likes are converted to pandas datetime-likes
    • pnndas 0.23 or earlier doesn’t support iso timedelta
  • Undefined is regarded as missing (no value).

sinhrks avatar Jan 31 '19 12:01 sinhrks