We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da07f3b + 3d15421 commit dda36f9Copy full SHA for dda36f9
docs/StardustDocs/topics/add.md
@@ -5,6 +5,9 @@
5
Returns [`DataFrame`](DataFrame.md) which contains all columns from original [`DataFrame`](DataFrame.md) followed by newly added columns.
6
Original [`DataFrame`](DataFrame.md) is not modified.
7
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
+
11
## Create a new column and add it to [`DataFrame`](DataFrame.md)
12
13
```text
0 commit comments