IO operations naming consistency
We use different terms for similar IO operations: read, import, load, from_XXX and write, export, dump, to_XXX, save. We may use one consistently, @MatthiasDeLozzo and I suggest import / export.
We have voted for from_xxx and to_xxx, were xxx is the file format.
Edited by Antoine Dechaume