Coder Social home page Coder Social logo

Comments (4)

amol- avatar amol- commented on May 30, 2024

Problem seems to arise in field_order_match when comparing for _id:

(lldb) print next_key
(const char *) $3 = 0x0000000109568029 "_id"

The key is compared against one that has the right length (3 like "_id") but no valid value:

(lldb) print elem->key
(bsnp_string_t) $4 = (s = <no value available>, len = 3)

from bson-numpy.

ajdavis avatar ajdavis commented on May 30, 2024

from bson-numpy.

amol- avatar amol- commented on May 30, 2024

Sadly, as I'm not using this at work right now, I don't think I'll be able to find free time to fix it :/
This might be a pointer math issue and given I never used libbson before it might take some time to understand what's going on. I probably won't have free time for it in the next weeks.
I'll have a look from time to time when I have spare hours, if I come up with something I'll keep this issue updated and eventually submit a PR

from bson-numpy.

prashantmital avatar prashantmital commented on May 30, 2024

Hi @amol- . I am closing this as we have discontinued development of BSON-NumPy. PyMongoArrow is now the recommended way to materialize MongoDB query results as NumPy ndarrays as well as tabular formats like Pandas' DataFrames and PyArrow Tables.

Note that PyMongoArrow does not segfault when attempting to load data that does not adhere to your specified schema. Instead, values that do not conform to the expected type are loaded as NaN's/Nulls.

from bson-numpy.

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.