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

Devise and implement a strategy for data frame column names #2

Open
abnova opened this issue Sep 2, 2014 · 0 comments
Open

Devise and implement a strategy for data frame column names #2

abnova opened this issue Sep 2, 2014 · 0 comments

Comments

@abnova
Copy link
Owner

abnova commented Sep 2, 2014

My initial attempt to use multi-word column names with spaces in them was working OK until I started experiencing some issues with inability of some R code to parse them correctly. Brief research has lead me to answers to a question on StackOverflow (http://stackoverflow.com/questions/12744282/how-to-deal-with-spaces-in-column-names), which clarified the situation to me. Based on that, I think I need to devise a project-wide strategy for consistent naming of data frame columns. Implementing this strategy will include renaming the involved columns (using dot character or, better, underscore character to connect the words in a name) as well as modifying relevant source code, which refers to these column names and/or operates on them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant