Intel® Scalable Dataframe Compiler

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.

Intel® Scalable Dataframe Compiler scalability

User Manual To-Do List

Todo

Add support of parameters center, win_type, on, axis and closed

original entry

Todo

Fix SDC behavior and add the expected output of the > python ./series_getitem.py to the docstring

original entry

Todo

Add support of parameters center, win_type, on, axis and closed

original entry

Todo

Add support of 32-bit Unicode for str.center()

original entry

Todo

  • Add support of matching the end of each string by a pattern

  • Add support of parameter na

original entry

Todo

Add support of parameters start and end

original entry

Todo

Add support of 32-bit Unicode for str.ljust()

original entry

Todo

Add support of 32-bit Unicode for str.rjust()

original entry

Todo

  • Add support of matching the start of each string by a pattern

  • Add support of parameter na

original entry

Todo

Add support of 32-bit Unicode for str.zfill()

original entry