The csv-file tag has no wiki summary.
8
votes
5answers
401 views
What is a good general purpose plain text data format like that used for Bibtex?
Context
I'm writing a few multiple choice practice questions and I'd like to store them in a simple plain text data format. I've previously used tab delimited, but that makes editing in a text editor ...
3
votes
1answer
1k views
How to choose a data subset in RapidMiner?
I'm working with a CSV which contains approximately 220,000 entries. My aim is to predict one of the attributes (ATT1) using the other 3 (ATT2, ATT3, ATT4).
I've been able to do this using ...
16
votes
5answers
379 views
Simple, reliable, open, and interoperable plain text format for storing data
In a previous question I asked about tools for editing CSV files.
Gavin
linked to a comment on R Help by Duncan Murdoch
suggesting that Data Interchange Format is a more reliable way to store data ...
12
votes
7answers
2k views
Strategy for editing comma separated value (CSV) files
When I work on data analysis projects I often store data in comma or tab-delimited (CSV, TSV) data files. While data often belongs in a dedicated database management system.
For many of my ...
12
votes
7answers
4k views
What is the easiest way to create publication-quality plots under Linux?
We may assume that we have CSV file and we want a very basic line plot with several lines on one plot and a simple legend.