Modify DataFrames
This document will show how to modify Pandas DataFrames with Visual Python.
- 1.Click on the Frame app.
- 2.Select the DataFrame to modify.
Multiple column/row selection allowed: (Ctrl + Select)
- 1.Click on the Add Column button or + button at the top-right corner of the table.
- 2.Name a column & set options.
- 3.Click OK.
- 1.Right-click on the column's header.
- 2.Click Replace.
- 3.Set options, and then click OK.
- 1.Right-click on the column's header.
- 2.Click Rename.
- 3.Provide new names for all columns.
- 4.Click OK.
- 1.Right-click on the column/row's header.
- 2.Click Drop - Drop.
- 1.Right-click on the column's header.
- 2.Click Drop - Drop NA.
- 1.Right-click on the column's header.
- 2.Click Drop - Drop Duplicates.
Last modified 10mo ago