http://www.perlmonks.org?node_id=912814


in reply to Re^7: Writing data into columns
in thread Writing data into columns

Hi JavaFan, I have had to come back to this bit of code. I do I bucketize. I am stuck. $new_guy

Replies are listed 'Best First'.
Re^9: Writing data into columns
by Anonymous Monk on Jul 05, 2011 at 12:57 UTC

    ...I do I bucketize....

    Prove it. Ask the question effectively :)

Re^9: Writing data into columns
by $new_guy (Acolyte) on Jul 05, 2011 at 13:13 UTC
    Sorry, I meant "how do I bucketize it?". Please provide suggestions? I am completely stuck at this!

      Sorry, I meant "how do I bucketize it?"

      Oh I see, talking to yourself again :)

      Hi, its me again :)

      I'm assuming this message was meant as a reply to Re^9: Writing data into columns

      Since PerlMonks offers threaded discussions, it is important to reply to the correct node by clicking the [reply] alongside the node of interest

      Please provide suggestions? I am completely stuck at this!

      One example is Algorithm::Bucketizer - Distribute sized items to buckets with limited size

      Another , and what I think JavaFan was referencing, is Schwartzian Transform

      You can read more about it in Tutorials, List Processing, Filtering, and Sorting