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

Rename d3.dsv.parse to d3.dsvParse, etc. #15

Closed
mbostock opened this issue Feb 23, 2016 · 0 comments
Closed

Rename d3.dsv.parse to d3.dsvParse, etc. #15

mbostock opened this issue Feb 23, 2016 · 0 comments
Assignees

Comments

@mbostock
Copy link
Member

Now that d3.csv is defined in the d3-request module, it feels wrong to have d3.dsv at the same level. (Also, d3-time-format defines d3.timeFormat and d3.timeParse.) One possibility is d3.dsvParse(delimiter) and d3.dsvFormat(delimiter), which return functions; these functions also have a parse.rows and format.rows methods for the row-based equivalent.

@mbostock mbostock self-assigned this Feb 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant