Paddy Mullen

Results 99 comments of Paddy Mullen

So I want to start with an index of 350k points, this will serialize to an index of approximately 6MB. I want to split this index into separate smaller indexes...

Thanks for the bugreport. Could you please provide a text block of python code so I can just copy and paste it to reproduce. The text code and the screenshot...

Look at https://arrow.apache.org/docs/js/ https://github.com/vega/falcon https://github.com/pola-rs/nodejs-polars https://github.com/uwdata/arquero https://github.com/kylebarron/parquet-wasm parquet-wasm looks best suited (per the author) https://github.com/kylebarron/parquet-wasm

Look at this bit for ag-grid integration. https://www.ag-grid.com/react-data-grid/infinite-scrolling/

Thanks for the interest. `BuckarooWidget` and `PolarsBuckarooWidget` have a facility for changing sampling behavior through inheritance. Sampling occurs before summary stats, and before serialization. The python side of Serialization is...

Other than the ellipsis row this should do what you want. I'd need to think a bit about how to accommodate an ellipsis row. You could just do values, but...

So far as customizing the default display behavior. I love that you want to do this. It's exactly how I want people to use Buckaroo, customize it with their own...

How has this solution been working for you?

Can you please supply the original dataframes that are being merged? Or a minimally reproducable testcase. I can't reproduce this because `df1` and `df2` aren't included.

@theOehrly Thanks for the bug report! I hadn't narrowed it down to `TimeStamp`. My strong suspicion is that this is an upstream bug in pandas. Nothing that Buckaroo does should...