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

Support for data type in CSV class. #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 2, 2017

  1. Currently, CSV class object doesn't care about the DataType of incomi…

    …ng/outgoing data. This can create inconvenience for some users. For eg. if I have a numerical CSV file, the CSV._load() function still loads all data in unicode string format.
    
    This patch allows users to send Datatype also, when they are initiating a CSV object. In case no datatype is given, datatype defaults to unicode/u.
    pandeydivesh15 committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    e401ebc View commit details
    Browse the repository at this point in the history