crazy25000
crazy25000
Has anyone started work on this (that's shareable)?
Wish I read the PR change before I implemented something similar. Nice :+1:
> Actually I'm already using Arctic successfully with pandas 1.2.3 with this change, without Panel support Same here, using it with latest Pandas. I don't use panels explicitly, just using...
I just installed and setup Arctic and noticed the slow read performance with the `Tickstore` + Pandas `1.2.3`. However, reads are really fast with `VersionStore` and I thought it would...
It's unfortunate, would've been nice to use. I also tested https://github.com/alpacahq/marketstore and it performs well. Would recommend trying it. I've been testing different libraries to determine which one to keep,...
If it's good to go we should merge this. If not, are there outstanding issues that I could help with? Would love to have consistent performance.
Sounds similar to #1009 , going to test the recommended [solution](https://github.com/scikit-optimize/scikit-optimize/issues/1009#issuecomment-798952896) provided in that thread. > To get 0-100 plus three decimals, you could instead ask for Integer(0, 100_000) and...