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