Giter VIP home page Giter VIP logo

Comments (5)

stinodego avatar stinodego commented on September 21, 2024 1

Hey, I'd be interested in taking a stab at this issue if its available!

Sure, go ahead!

from polars.

stinodego avatar stinodego commented on September 21, 2024 1

Or is there some other input where users should define the mask?

The mask is the validity buffer of the Series. The user doesn't define it manually.

from polars.

saresend avatar saresend commented on September 21, 2024

Hey, I'd be interested in taking a stab at this issue if its available!

from polars.

saresend avatar saresend commented on September 21, 2024

Hey, I'm beginning to look in to this and just want to make sure I'm clear about what the source for the masked buffer is. Is this something that you envision to be passed as part of the to_numpy function? i.e. I'd be able to write:

x = pl.Series([1,2,-1,4]).to_numpy(mask = [0, 0, 1, 0])

Or is there some other input where users should define the mask?

from polars.

saresend avatar saresend commented on September 21, 2024

Hey, I've been very slow to get started on this but finally have some time - a quick question about the Series type, is there a way to access the validity buffer without having to know the underlying datatype of the ChunkedArray?

Also, I wanted ask about the behavior for arrays that have a null bitmask - I assume this means that all entries are valid, and we should construct the python array as such?

from polars.

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.