jupyter / declarativewidgets

[RETIRED] Jupyter Declarative Widget Extension
http://jupyter.org/declarativewidgets/docs.html
Other
120 stars 38 forks source link

simplify dataframe type conversions #477

Closed peller closed 7 years ago

peller commented 7 years ago

The deserialize code in urth-core-dataframe should only need to convert Date objects. The other primitive JS types should be handled by JSON. The extra wrapper objects on primitive types are unnecessary and may not always get coerced back to primitives, depending on how they're used. We can also avoid the unnecessary processing client-side for these other types.

peller commented 7 years ago

@poplav