Dataframe
 
1.0

add

Edit pageLast modified: 13 June 2025

Returns DataFrame which contains all columns from the original DataFrame followed by newly added columns. Original DataFrame is not modified.

add appends columns to the end of the dataframe by default. If you want to add a single column to a specific position in the dataframe, use insert.