# top

RDD.top(n, key=None)

The top action returns the top n elements from an RDD, but unlike take, the elements are ordered and returned in descending order. Order is determined by the object type, such as, for example, numerical order forintegers or dictionary order for strings.

The key argument specifies the key by which to order the results to return the top n elements.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nag-9-s.gitbook.io/spark-notes/actions/top.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
