Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit f405f15

Browse files
authored
Update README.rst
Fixed introduction. More changes will be done after API Reference Documentation updates
1 parent 69c5214 commit f405f15

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

README.rst

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
*****
1+
**********************************
22
Intel® Scalable Dataframe Compiler
3-
*****
3+
**********************************
44

55
.. image:: https://travis-ci.com/IntelPython/sdc.svg?branch=master
66
:target: https://travis-ci.com/IntelPython/sdc
@@ -14,15 +14,12 @@ Intel® Scalable Dataframe Compiler
1414
:target: https://coveralls.io/github/IntelPython/sdc?branch=master
1515
:alt: Coveralls
1616

17-
A compiler-based framework for big data in Python
18-
#################################################
17+
Extension for Numba for Pandas compilation
18+
###########################################
1919

20-
Intel Scalable Dataframe Compiler (Intel® SDC) scales analytics/ML codes in Python
21-
to bare-metal cluster/cloud performance automatically.
22-
It compiles a subset of Python (Pandas/Numpy) to efficient parallel binaries
23-
with MPI, requiring only minimal code changes.
24-
Intel SDC is orders of magnitude faster than
25-
alternatives like `Apache Spark <http://spark.apache.org/>`_.
20+
Intel® Scalable Dataframe Compiler (Intel® SDC), which is an extension of `Numba* <https://numba.pydata.org/>`_
21+
that enables compilation of `Pandas* <https://pandas.pydata.org/>`_ operations. It automatically vectorizes and parallelizes
22+
the code by leveraging modern hardware instructions and by utilizing all available cores.
2623

2724
Intel SDC's documentation can be found `here <https://intellabs.github.io/sdc-doc/>`_.
2825

0 commit comments

Comments
 (0)