Skip to content

Commit

Permalink
Merge pull request #14455 from rapidsai/branch-23.12
Browse files Browse the repository at this point in the history
Forward-merge branch-23.12 to branch-24.02
  • Loading branch information
GPUtester authored Nov 20, 2023
2 parents 58387ff + 3ef13d0 commit 50a0413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cudf/source/user_guide/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dtype: struct
StructDtype({'a': dtype('int64'), 'b': dtype('int64')})
```

Or by reading them from disk, using a [file format that supports nested data](io).
Or by reading them from disk, using a [file format that supports nested data](/user_guide/io/index.md).

```python
>>> pdf = pd.DataFrame({"a": [[1, 2], [3, 4, 5], [6, 7, 8]]})
Expand Down

0 comments on commit 50a0413

Please sign in to comment.