Git Product home page Git Product logo

Comments (10)

jjallaire avatar jjallaire commented on August 22, 2024 1

I think string and unicode would be R character vectors, and object would be a character vector if all of the elements are strings (otherwise just a list of objects)

from reticulate.

jjallaire avatar jjallaire commented on August 22, 2024

Is the data type you are looking for here basically a NumPy string array?

from reticulate.

kevinykuo avatar kevinykuo commented on August 22, 2024

@jjallaire correct.

from reticulate.

jjallaire avatar jjallaire commented on August 22, 2024

Okay, in your experience do pandas data frames often use dtype=object (for variable length strings) or do they more typically stick to a fixed string size?

from reticulate.

kevinykuo avatar kevinykuo commented on August 22, 2024

Unfortunately I don't work with Python enough to opine on that, although from browsing SO it seems to often be the case. Are we thinking about upcasting all string types to object or finding some reasonable superset of string types?

from reticulate.

kevinykuo avatar kevinykuo commented on August 22, 2024

Sounds good!

from reticulate.

jjallaire avatar jjallaire commented on August 22, 2024

This should be resolved by this commit: 3868a8d

from reticulate.

kevinykuo avatar kevinykuo commented on August 22, 2024

@jjallaire this crashes:

np <- import("numpy")
np$array(c("a", "b"), dtype = "S256")

from reticulate.

kevinykuo avatar kevinykuo commented on August 22, 2024

Stack trace:

* thread #1: tid = 31749, 0x00007ffff07d3419 libpython3.6m.so`PyBytes_AsStringAndSize(obj=0x0000000000000000, s=0x00007fffffffacd0, len=0x00007fffffffacd8) + 9 at bytesobject.c:1289, name = 'R', stop reason = signal SIGSEGV: invalid address (fault address: 0x8)
    frame #0: 0x00007ffff07d3419 libpython3.6m.so`PyBytes_AsStringAndSize(obj=0x0000000000000000, s=0x00007fffffffacd0, len=0x00007fffffffacd8) + 9 at bytesobject.c:1289

from reticulate.

jjallaire avatar jjallaire commented on August 22, 2024

Should be fixed now, thanks for the report!

from reticulate.

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.