Skip to content

Check get_encoding to accept only bytes  #24

@paul-tharun

Description

@paul-tharun

The get_encoding function accepts both bytes and str( http url) this results in two http calls when the input is a http url.(One in get_encoding , other in read_csv)

TODO:
Check this so the content is fetched before and only bytes are passed to both the get_encoding and read_csv functions.

REF:

if not is_object:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions