We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
d3.stratify() cannot parse csv file with duplicated data. However, I want to represent a structure like this: my csv file looks like this:
id a, a.b, a.b
When I use stratify(), it returns "duplicate: a.b". How can I achieve it?
The text was updated successfully, but these errors were encountered:
7099ff9
Thank you for your reply! However, I mean not only the leaf situation. In a situation like this:
csv:
id a, a.b, a.b.c, a.b, a.b.d
The code cannot work and the error is "ambiguous".
Sorry, something went wrong.
No branches or pull requests
d3.stratify() cannot parse csv file with duplicated data.
![image](https://cloud.githubusercontent.com/assets/10582911/14696471/de4f9d9c-07ad-11e6-87db-fa7b8c19f918.png)
However, I want to represent a structure like this:
my csv file looks like this:
id
a,
a.b,
a.b
When I use stratify(), it returns "duplicate: a.b". How can I achieve it?
The text was updated successfully, but these errors were encountered: