qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

running a transform with dataframes should preserve column descriptions #1927

Open dustmop opened 2 years ago

dustmop commented 2 years ago

Dataframe column names used to be dropped, as described by https://github.com/qri-io/starlib/issues/111. That was fixed by https://github.com/qri-io/qri/pull/1923, but now descriptions are not preserved when a transform runs. They should continue to work as well.