This is Intel® Scalable Dataframe Compiler (Intel® SDC), which is an extension of Numba* that enables compilation of Pandas* operations. It automatically vectorizes and parallelizes the code by leveraging modern hardware instructions and by utilizing all available cores.
User Manual¶
User Manual To-Do List¶
Todo
Add support of parameters center
, win_type
, on
, axis
and closed
Todo
Fix SDC behavior and add the expected output of the > python ./series_getitem.py to the docstring
Todo
Add support of parameters center
, win_type
, on
, axis
and closed
Todo
Add support of 32-bit Unicode for str.center()
Todo
Add support of matching the end of each string by a pattern
Add support of parameter
na
Todo
Add support of parameters start
and end
Todo
Add support of 32-bit Unicode for str.ljust()
Todo
Add support of 32-bit Unicode for str.rjust()
Todo
Add support of matching the start of each string by a pattern
Add support of parameter
na
Todo
Add support of 32-bit Unicode for str.zfill()