Bryant Moscon

Results 128 comments of Bryant Moscon

the calculation for it is different depending on type of index. Here is one such example: https://github.com/pandas-dev/pandas/blob/8cbee356da1161c56c64f6f89cb5548bcadc3e44/pandas/core/indexes/multi.py#L836 As you can see, its not trivial (i.e. it isnt just set once)

@shashank88 @jamesblackburn @richardbounds I personally vote we just close this. We can add more checks but i dont think they add significant value - tickstore only works with ordered data....

I'm not sure what the correct thing would be. You're using UTC to read out the results no? And UTC itself is not affected by DST, and tickstore returns data...

yes, chunkstore creates the chunks, and then writes them one at a time in a bulk operation, so any interruption of that write causes a corrupted state. A power outage...

@harryd31 fix is here, give it a try, let me know if it works or doesnt work

what version of pandas and numpy are you running? you can run `pip freeze` to display them

@pablojim awesome - I'll take a look this week!

I'd bet if you downgrade pandas it will work better, this library isnt extensively used or tested on very recent pandas releases and there have been cases in the past...

@richardbounds thanks, I meant VersionStore :) Will edit title