-
Notifications
You must be signed in to change notification settings - Fork 0
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
Separate but more complicated #35
Comments
@aammd |
@madelynore answering these in reverse order -- about the raw data folder. I have an hypothesis: you have to add and commit a file in the folder first. Check the |
@madelynore I know you said you tried making |
Just read up on this, certainly looks like |
Only the raw data folder shows up in the git tab. The raw data files don't show up at all, so I can't commit/ push them. And I can't commmit the folder. Re: separate. I tried fill="right", it works for some cases, but not others, because is row has a slightly different amount of location data. I'm looking over extract, and I don't really get how it works. I just want to separate the last thing after a "," in a row from the rest of the text in that row. |
Finally figured out how to get the raw data up. Thanks! |
@aammd
I have the same issue in several different places in my data set, and I can't figure out a work around. I'll use Location as an example:
One column contains location information. For some lines, that is specific location, town/county, state. For others, its town, state. Some don't even have state. For this one, essentially I just want State separated out.
I want to write an if/else statement, that distinguishes those lines that have more than 1 comma (the "extra" and "fill" features of the separate function doesn't do what I want). Or I need to somehow have the function read the separate function from the left.
Any tips?
Thanks,
Maddie
The text was updated successfully, but these errors were encountered: