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

Add a Data Formats Guide #57

Closed
jnothman opened this issue May 7, 2019 · 3 comments
Closed

Add a Data Formats Guide #57

jnothman opened this issue May 7, 2019 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@jnothman
Copy link
Owner

jnothman commented May 7, 2019

Transforming your input data can be challenging. We should help with a guide in the documentation.

I think the guide should present the following cases:

  • Representing counts only
  • Representing data elements and their associated sets
  • Representing additional attributes for each data element

and do so for various ways of data representation

@jnothman jnothman added the help wanted Extra attention is needed label May 7, 2019
@jnothman
Copy link
Owner Author

Should also consider supporting the delimited-string representation of multiple categories that is provided by pandas.Series.str.get_dummies(sep='|')

@SichongP
Copy link
Contributor

Hi, I ran into this repo yesterday and have been very happy about its existence. I'd like to help work on the documentation as I spent quite a while figuring out data format myself yesterday...

If you can point me to the right file/directory I can try to start working on some documentation.

@jnothman
Copy link
Owner Author

See under the doc/ directory. You can create a new .rst file there, and once you're on your way to a first draft, feel free to open a pull request. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants