Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small corrections to Prepare> Dataframe> Insert columns/rows dialog #7140

Merged
merged 21 commits into from
Feb 14, 2022

Conversation

mmulahvictor
Copy link
Contributor

This PR fixes #7075

  • I have slightly reduced the size of the dialog
  • I have added new values in the pull-down and mantained NA as the default
  • I have also enabled quotes to the some of the above value to be read as strings. This has removed the error when running the dialog.
    @shadrackkibet can you look at this changes.
    @africanmathsinitiative/developers This is ready for review

lloyddewit
lloyddewit previously approved these changes Jan 19, 2022
Copy link
Collaborator

@rdstern rdstern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @mmulahvictor I think there is a problem that may have been there before?
When you give NA your command puts quotes round it. So, what is delivered is a string containing the characters NA. That's not the same as NA without the quotes, which would give missing.
While there, could you look at what give for the 0 options. I wonder if you give "0"? Certainly the result is a characet variable. Would it be possible to give just 0 and then check it is a numeric variable?

@shadrackkibet
Copy link
Collaborator

@mmulahvictor what is the state of this PR?

@mmulahvictor
Copy link
Contributor Author

@mmulahvictor what is the state of this PR?

@shadrackkibet it seems to be working ok.

@lloyddewit
Copy link
Contributor

@rdstern Please could you test again? thanks

Copy link
Collaborator

@rdstern rdstern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great

@lloyddewit lloyddewit changed the title Small corrections to Prepare> Dataframe> Insertcolumns/rows dialog Small corrections to Prepare> Dataframe> Insert columns/rows dialog Feb 14, 2022
@lloyddewit lloyddewit added the bug label Feb 14, 2022
@lloyddewit lloyddewit merged commit 39b9eb6 into IDEMSInternational:master Feb 14, 2022
@mmulahvictor mmulahvictor deleted the insertcolumns/rows branch February 14, 2022 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Small corrections to Prepare > Data Frame > Insert Columns/Rows
4 participants