Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Modin can be installed with pip: ``pip install modin``
Pandas on Ray
-------------

*Pandas on Ray is a project designed to effortlessly scale your pandas code requiring a change of only a single line of code*
*Pandas on Ray is a library that allows you to effortlessly scale pandas by changing only a single line of code*

+----------------------------------------------+-------------------------------------------------+
| **pandas** | **Pandas on Ray** |
Expand All @@ -34,3 +34,16 @@ Pandas on Ray
+----------------------------------------------+-------------------------------------------------+

**Pandas on Ray is currently for experimental use only. Requests and contributions are welcome!**

More information and Getting Involved
-------------------------------------

- `Documentation`_
- Ask questions on our mailing list `modin-dev@googlegroups.com`_.
- Submit bug reports to our `GitHub Issues Page`_.
- Contributions are welcome! Open a `pull request`_.

.. _`Documentation`: http://http://modin.readthedocs.io/en/latest/
.. _`modin-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/modin-dev
.. _`GitHub Issues Page`: https://github.com/modin-project/modin/issues
.. _`pull request`: https://github.com/modin-project/modin/pulls