Giter Site home page Giter Site logo

Comments (4)

ritchie46 avatar ritchie46 commented on July 20, 2024

Are you entirely sure it is that amount of rows? Have you tried polars-u64-idx?

from polars.

edgBR avatar edgBR commented on July 20, 2024

Hi @ritchie46

Yes, I am entirely sure.

The data I'm writing is the one corresponding to :

INFO:__main__:Joined data row count (36657598, 41)

With regards to installing polars-u64-idx. The error persists even I install the package.

Also there is no dataset in my code bigger than 2573952862. And after the aggregation Im eliminating the intermediate dataset (before aggregation) just to be sure memory is okay.

from polars.

edgBR avatar edgBR commented on July 20, 2024

Hi,

Small update, I think I have narrowed down the issue.

It seems one of my aggregations did not work as expected due to a bug in the data. This resulted in the creation of a list type column with considerable size. Concretely every row of the aggregation had this list column of average size 127750 elements. As my data frame has 36.5M rows this might have been the case to this warning.

The code works perfectly fine when I removed this column.

Would it be possible to keep this open? Even that the issue is probably not related with the delta writer I found the exception message a bit confusing.

from polars.

stinodego avatar stinodego commented on July 20, 2024

I'm closing this issue as this doesn't have anything to do with the write functionality.

Feel free to open a separate issue about improving the error message of the index overflow, if there isn't one yet.

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.