Opened 9 years ago
Closed 9 years ago
#2486 closed feature request (done)
Allow add columns and rows for data preprocessing
Reported by: | pfleck | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.13 |
Component: | DataPreprocessing | Version: | 3.3.12 |
Keywords: | Cc: |
Description
Add the possibility to add new colums and rows in the data preprocessing.
- via button
- when pasting values
Change History (10)
comment:1 Changed 9 years ago by pfleck
- Status changed from new to accepted
comment:2 Changed 9 years ago by pfleck
comment:3 Changed 9 years ago by pfleck
- Added buttons for adding columns and rows.
- Fixed a bug with row names.
comment:4 Changed 9 years ago by pfleck
- Added the possibility to add rows or columns by middle-click on a row or column header.
- Added a rename columns button which shows the new RenameColumnsDialog.
- Fixed a bug where no input variables where checked after exporting to a DataAnalysisProblemData.
comment:5 Changed 9 years ago by pfleck
- Owner changed from pfleck to mkommend
- Status changed from accepted to reviewing
comment:6 Changed 9 years ago by mkommend
r13271: Styled RenameColumnsDialog in the DataPreprocessing.
comment:7 Changed 9 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to readytorelease
comment:8 Changed 9 years ago by mkommend
- Owner changed from gkronber to mkommend
- Status changed from readytorelease to reviewing
comment:9 Changed 9 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:10 Changed 9 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r12983 Allows pasting of multiple values that extend the current data limits (rows and/or columns). In case, additional rows and columns are added with the default value of the column's type.