+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "resultsToDataFrames"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
draft = true
+++
## resultsToDataFrames() function
### resultsToDataFrames() function
Signature
```typescript
export declare function resultsToDataFrames(rsp: any): DataFrame[];
```
Import
```typescript
import { resultsToDataFrames } from '@grafana/data';
```
Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| rsp | any
| |
Returns:
`DataFrame[]`