From 139249c67101fc5f7e62c0541aed2a5d0a617317 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 24 Mar 2021 00:22:17 -0500 Subject: [PATCH] Add Resources. Resolves #7217. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c0fa500ad77..687d25c200b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ **NOTE:** For the latest stable [README.md](https://github.com/rapidsai/cudf/blob/main/README.md) ensure you are on the `main` branch. +## Resources + +- [cuDF Reference Documentation](https://docs.rapids.ai/api/cudf/stable/): Python API reference, tutorials, and topic guides. +- [libcudf Reference Documentation](https://docs.rapids.ai/api/libcudf/stable/): C/C++ CUDA library API reference. +- [Getting Started](https://rapids.ai/start.html): Instructions for installing cuDF. +- [RAPIDS Community](https://rapids.ai/community.html): Get help, contribute, and collaborate. +- [GitHub repository](https://github.com/rapidsai/cudf): Download the cuDF source code. +- [Issue tracker](https://github.com/rapidsai/cudf/issues): Report issues or request features. + +## Overview + Built based on the [Apache Arrow](http://arrow.apache.org/) columnar memory format, cuDF is a GPU DataFrame library for loading, joining, aggregating, filtering, and otherwise manipulating data. cuDF provides a pandas-like API that will be familiar to data engineers & data scientists, so they can use it to easily accelerate their workflows without going into the details of CUDA programming.