Tags: bodo-ai/Bodo
Tags
Make bodo compatible with newer pandas versions to enable UDF engine … …support (#92) Currently import bodo and running simple jit functions in the pandas development environment does not work because the pandas version is newer and some module/apis have been removed. SingleArrayManager, ArrayManager and _get_option are removed in newer versions of pandas. Fill them with dummy values if they can't be imported since BlockManager/SingleBlockManager is always used. pd.read_gbq was removed in newer pandas versions