Giter Club home page Giter Club logo

Comments (4)

victorjourne avatar victorjourne commented on August 16, 2024

I confirm, on a dataikuapi.dss.dataset.DSSDataset object, iter_rows() fails:


Error Traceback (most recent call last)
in
2 print(columns)
3 row_count = 0
----> 4 for row in dataset.iter_rows():
5 print(row)
6 row_count = row_count + 1

/opt/conda/lib/python3.6/site-packages/dataikuapi/utils.py in iter_rows(self)
83 delimiter='\t',
84 quotechar='"',
---> 85 doublequote=True):
86 yield [none_if_throws(caster)(val)
87 for (caster, val) in dku_zip_longest(casters, uncasted_tuple)]

Error: iterator should return strings, not bytes (did you open the file in text mode?)

Config:

  • dataiku-api-client 4.3.0
  • Python 3.6

from dataiku-api-client-python.

victorjourne avatar victorjourne commented on August 16, 2024

@FChataigner, did you install the package with pip?
install the latest version of dataikuapi with the setup.py, works now for me!

from dataiku-api-client-python.

bandaangosta avatar bandaangosta commented on August 16, 2024

This was fixed with pull request #33, although it appears it has not reached pypi yet.
In the meantime, you can install latest version directly from this repository:

pip install git+https://github.com/dataiku/dataiku-api-client-python@master#egg=dataiku-api-client

from dataiku-api-client-python.

ankurc9 avatar ankurc9 commented on August 16, 2024

@bandaangosta, Thank you so much for the solution. It worked for me. However installing the latest version still does not resolve the problem.

from dataiku-api-client-python.

Related Issues (20)

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.