ebranlard / pyDatView

A crossplatform GUI to plot tabulated data from files (e.g. CSV, Excel, OpenFAST, HAWC2, Flex...), or python pandas dataframes
MIT License
107 stars 41 forks source link

Feature to batch rename columns #138

Closed ebranlard closed 1 year ago

ebranlard commented 1 year ago

Something similar to the standardize units SI/WE.

At firs,t some predefined renaming can be introduced, e.g. to easily compare BeamDyn and ElastoDyn outputs, or OpenFAST and HAWC2 outputs.

At a later time, allow the user to define their own batch renaming.

ebranlard commented 1 year ago

Example introduced in 9eeb688454b1bf83cb9741e1fab5ac682d58e33b

See pydatview/plugins/data_renameFldAero.py

Can easily be adapted to other renaming.