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

Multiple tables in one file #5

Closed
sjackman opened this issue Sep 21, 2016 · 3 comments
Closed

Multiple tables in one file #5

sjackman opened this issue Sep 21, 2016 · 3 comments

Comments

@sjackman
Copy link

sjackman commented Sep 21, 2016

To keep the metadata and the data together in one file so that they don't get separated, I'd like to keep multiple tables in one TSV file. See an example below. The function read_csvy_tables would return a file and return a list of data frames. How do you feel about this feature, and is it something you'd be interested in implementing, or would you accept a pull request?

Background: Over at jennybc/sanesheets#3 we're discussing a tidy file format that provides some of the benefits of a spreadsheet without all the ick of a spreadsheet. For one, we'd like a plain text file format. One of the nice features of a spreadsheet is the ability to keep multiple related sheets in one file.

sanesheet.tsvy


---
name: sheet1

---
A   B
1   X
2   Y

---
name: sheet2

---
C   D   E
3   4   5
@sjackman
Copy link
Author

cc @jennybc

@leeper
Copy link
Owner

leeper commented Sep 21, 2016

I'd be open to a pull request.

@sjackman
Copy link
Author

I don't have time in the near feature to implement this feature, so I'll close this issue. Thanks for your response, Thomas.

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

2 participants