Kostas Chalikias
Kostas Chalikias
Curious as to what the plan is here?
@bmoscon @krywen The problem appears to happen in those lines in tickstore.py # Present data in the user's default TimeZone rtn.index = rtn.index.tz_convert(mktz()) The tzfile returned by mktz() does something...
Hello, I had a quick go at this and came up with the following. My tests don't pass yet but is this the right kind of approach? Also I think...
Thanks, I'll send a pull request when done
Hello there, am currently stuck on the same issue. Just curious, can this be achieved using the explicit executemany somehow?
Turns out that it does using $1, $2, etc style params and a list of tuples
Hello - thanks for coming back, here is a repro, the python script that creates the hdf5 file and golang that reads it. Obviously you need to rename the file...