Paddy Mullen

Results 99 comments of Paddy Mullen

I filed a bug against pandas here https://github.com/pandas-dev/pandas/issues/58160 This exists in pandas `2.0.3` and is fixed in pandas `2.1.0`. I currently support pandas back to `1.3.5`, so I will try...

For notes, I'm adding my thoughts on this that I sent to @MarcoGorelli --- Looking through the dataframe standard, the next time I improve on the JS deserialization of dataframes,...

JSON can't serialize infinity. Short of doing a replace on the dataframe before serialization which would be expensive. I think this has to wait on better DataFrame serialization

These are great bug reports! I really appreciate it, I'm digging in. A couple of requests that will help me fix these more quickly. 1. Can you put the actual...

Check out this issue for the end state of how I want to be able to handle this https://github.com/paddymul/buckaroo/issues/74

the core issue is that Javascript treats really large ints as floats, and does rounding. Look into using BigInt https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt and hinting that BigInt is required from table_hints

This is a good first issue if you're good at packaging and unfamiliar with buckaroo. It still might be difficult because jupyter packagin is always hard.

dsds from abstractqqq does some of this. It is tied to polars. https://github.com/abstractqqq/dsds ![dsds-col-grouping-1](https://github.com/paddymul/buckaroo/assets/40453/ceb0e4f0-6eb4-4920-8ac4-d0a303b80f8b) ![dsds-col-grouping2](https://github.com/paddymul/buckaroo/assets/40453/e4458791-0a75-46fa-87db-791939e4e626)