sdc
sdc copied to clipboard
Numba extension for compiling Pandas data frames, Intel® Scalable Dataframe Compiler
Hello, Just wondering if this project is actively maintained ? thanks
Hi I am facing the following error after building 0.38.0 ``` (test_new) saksham.kumar@n248-157-240:~/sdc$ python Python 3.7.11 (default, Jul 27 2021, 14:32:16) [GCC 7.5.0] :: Anaconda, Inc. on linux Type "help",...
Details: definition of underlying data type of Series was done from PyObject dtype only and didn't take into account layout of original array, as a result 'C' layout was always...
Provide the ability to read the piece of dataset. It's useful while reading by chunks. ``` @numba.njit(parallel=True) def foo(): df = pd.read_csv("test_df.csv", nrows=10) print(df) ```