sdc icon indicating copy to clipboard operation
sdc copied to clipboard

Numba extension for compiling Pandas data frames, Intel® Scalable Dataframe Compiler

Results 57 sdc issues
Sort by recently updated
recently updated
newest added

Need to change the project name for alignment with other oneAPI extensions. 1. Position SDC as Numba extension for dataframes in all documents 2. Rename project and package to Numba-dataframesex

[WIP] Work in progress

Project description cleanup for consistency with other oneAPI projects

Motivation: current implementation of Int64Index reindex via building map_positions as a typed.Dict and filling the result indexer in a prange scales poorly and has performance that is far from ideal....

The main landing page (i.e., README) could do with a usage example early on.

enhancement
Documentation

SDC testing CI does not work in CentOS 7 docker container It was hard to indicate the problem via debugger just tried Ubuntu image. It is because there are new...