Skip to content

Commit dda36f9

Browse files
committed
Merge branch 'master' into median
2 parents da07f3b + 3d15421 commit dda36f9

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

docs/StardustDocs/topics/add.md

+3
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)