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

Correct CSV export in analysis module #953

Closed
lopusz opened this issue Mar 11, 2016 · 0 comments
Closed

Correct CSV export in analysis module #953

lopusz opened this issue Mar 11, 2016 · 0 comments
Assignees

Comments

@lopusz
Copy link

lopusz commented Mar 11, 2016

The CSV exporter should produce "column-wise" not "row-wise" data.
This would be much more useful, for further analysis in Excel,R, etc.

Currently:

1992; 1993; 1994
121; 122; 123

After correction:
1992; 121
1993; 122
1994; 123

Perhaps some header would be also nice, say:

Year;JudgmentCount
1992; 121
1993; 122
1994; 123

@madryk madryk self-assigned this Sep 5, 2016
madryk added a commit that referenced this issue Sep 5, 2016
madryk added a commit that referenced this issue Sep 5, 2016
madryk added a commit that referenced this issue Sep 6, 2016
@madryk madryk closed this as completed in afa5dd6 Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants