> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/dp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/dp/api/result_layout/result-dataframe.md).

# Result:DataFrame

### 기본정보

* class: "Result:DataFrame"
* position: -1
* title: "Result"

### content

| 항목      | 내용                  | type        | 비고                           |
| ------- | ------------------- | ----------- | ---------------------------- |
| index   | 인덱스 항목              | array       |                              |
| columns | 결과 값이 어떤 항목으로 구성되는지 | array       | 쿼리에 따라 동적으로 생성               |
| dtypes  | 결과 항목별 데이터 형태       | json object | datetime64, string, int64,.. |
| data    | 결과 데이터              | json object | 쿼리에 따라 동적으로 생성               |
