From 6b4afc38d17f4ebfb0cd42db77e2c13ce1dd2979 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 2 Sep 2010 00:21:03 -0400 Subject: [PATCH] Roadmap Update --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 96f4e56..47b91cb 100644 --- a/README.rst +++ b/README.rst @@ -95,4 +95,10 @@ Manipulate rows by index: :: .. Export to various formats: :: .. .. # Save copy as CSV -.. data.export('backup.csv') \ No newline at end of file +.. data.export('backup.csv') + +Roadmap +------- +- Import datasets from CSV, JSON, YAML +- Auto-detect import format +- Plugin support \ No newline at end of file