Coder Social home page Coder Social logo

wq / itertable Goto Github PK

View Code? Open in Web Editor NEW
52.0 11.0 13.0 254 KB

⇔ IterTable is a Pythonic API for iterating through tabular data formats, including CSV, XLSX, XML, and JSON.

Home Page: https://django-data-wizard.wq.io/itertable/

License: MIT License

Python 100.00%
data-processing pythonic iterable pandas import export spreadsheet tabular-data csv excel

itertable's Introduction

itertable's People

Contributors

sheppard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

itertable's Issues

as_dataframe()

Would be quite handy to have a built-in option to turn an IO into a Pandas Dataframe.

py3k

Update to Python 3.X. Will probably just do a full (breaking) switch depending on usage.

Unable to override field_names on CsvNetIO

For .csv files without a header row, I should be able to override the field_names property, but the values are still being read from the .csv instead of the field_names.

command line conversion tool

Implement a command line tool that can convert CSV to Excel or any IO class to csv, etc. Would want it to be pipeable. Something like this:

  • wq convert input.csv output.xls
  • wq convert mylib.MyCustomIO wq.io.CsvFileIO
  • wq cat mylib.MyCustomIO my-io-kwarg=123 > out.csv

Import data source duplicate field name

Some of the fields in some of my CSV files start with symbols such as $, %, #; and when the data is cleaned then the symbols are removed automatically and I end up with duplicate fields.

Is there a way to override cleaning the column names before mapping starts?

rest api client

Extend JsonNetIO to create a full-featured REST API client (including POST/PUT, etc.). Default implementation should support wq.db-powered REST services and potentially other APIs.

remove python 2 compat

In particular, the unicodecsv detection leads to unexpected behavior changes when working with wq and django-data-wizard/itertable in the same project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.