• Levin Zimmermann's avatar
    erp5_data_notebook += test un/pickle pd.DF=>np.rec · 611419d0
    Levin Zimmermann authored
    Add test which verifies that we can un/pickle 'pd.DataFrame' which were
    converted to 'np.recarray' via the '.to_records()' method.
    
    This test is necessary because it turns out that the combination of
    pandas >= 0.20.x + python2 doesn't support this functionality by
    default if the data frames column names are unicodes.
    
    Please see !1738 (comment 179298) for
    additional context.
    
    /reviewed-on !1738
    /reviewed-by @jerome @klaus
    611419d0
test.erp5.testExecuteJupyter.py 33.5 KB