Skip to content

Commit 3d15421

Browse files
authored
Merge pull request #1131 from Kotlin/add-insert-doc
added small note in add docs to link to insert
2 parents 7990082 + 98dadf2 commit 3d15421

File tree

1 file changed

+3
-0
lines changed
  • docs/StardustDocs/topics

1 file changed

+3
-0
lines changed

docs/StardustDocs/topics/add.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
Returns [`DataFrame`](DataFrame.md) which contains all columns from original [`DataFrame`](DataFrame.md) followed by newly added columns.
66
Original [`DataFrame`](DataFrame.md) is not modified.
77

8+
`add` appends columns to the end of the dataframe by default.
9+
If you want to add a single column to a specific position in the dataframe, use [insert](insert.md).
10+
811
## Create a new column and add it to [`DataFrame`](DataFrame.md)
912

1013
```text

0 commit comments

Comments
 (0)