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

make more data-frame-ish #24

Open
piccolbo opened this issue Jul 17, 2015 · 0 comments
Open

make more data-frame-ish #24

piccolbo opened this issue Jul 17, 2015 · 0 comments

Comments

@piccolbo
Copy link
Collaborator

This is an umbrella issues to make dplyr-spark tables more data-frameish. Standard procedure should be to open an issue for each of the specific points and mention this one.

  • implement sample_n and sample_frac #2 sampling
  • slice #3 slicing
  • nrow. Returns NA instead of the actual count, motivation being that
  • summary. No summary in dplyr, actually treats a table as a list. Sad
  • create from file. Like a read.table or some such. Maybe an extension to copy_to, based on LOAD INPATH
  • dropping of rownames in copy_to. dplyr boycotts rownames (I understand that) but I'd prefer creating a col rather than dropping the information altogether. The party line is: don't use rownames, use a col. Well, we should lead by example and copy rownames to a col
  • names: should it return the same as colnames
  • add more, we want a complete data frame illusion
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