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

Encapsulate all tabular read/write operations into tabulator #266

Closed
4 tasks
roll opened this issue Aug 6, 2016 · 2 comments
Closed
4 tasks

Encapsulate all tabular read/write operations into tabulator #266

roll opened this issue Aug 6, 2016 · 2 comments
Labels

Comments

@roll
Copy link
Member

roll commented Aug 6, 2016

Overview

Implementation of reading and writing tabular data is a error prone process. Especially writing in Python. It could be encapsulated to base library and re-used in many places (now almost the whole stack writes csv manually).

Tasks

  • ensure all readings thru tabulator
  • Write mode for topen tabulator-py#36
  • update all higher level libraries and tools for writing using tabulator
  • mimic this approach in other language implementations where tabulator is available
@roll roll changed the title Encapsulate all tabular read/write operations into tabulator Encapsulate all tabular read/write operations into tabulator Aug 8, 2016
@roll roll removed the backlog label Aug 29, 2016
@pwalsh
Copy link
Member

pwalsh commented Oct 16, 2016

I don't see why we need this issue here, when we have this here frictionlessdata/tabulator-py#36

@roll
Copy link
Member Author

roll commented Oct 19, 2016

I suppose the last usage of raw csv.write will be replaced here - frictionlessdata/datapackage-py#15. So closing the meta issue.

@roll roll closed this as completed Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants