Roberto Spadim
Roberto Spadim
this could be used to others parts too, like https://github.com/hudson-and-thames/mlfinlab/blob/master/mlfinlab/microstructural_features/encoding.py#L7
I’m writing a r2py wrapper if anyone want help :) https://github.com/rspadim/NNS-RPY2-ScikitLearn
Should be nice a pull request
This could help: https://cachetools.readthedocs.io/en/stable/ https://github.com/hephex/asyncache/blob/master/asyncache/__init__.py
i like the idea of a simplefix as a parser with python only language the network idea is ok, but the today world is asyncio, cython, numba about groups: we...
Well i just like the simplefix, quickfix have more features, but here with python world we don’t need a low level high speed lib, but a lib with python language...
Yeap I’m think something like G= Simplefix.create_group(message, tag_id, simplefix.groups.marketdatasnapshot.nomdentries) The simplefix.groups is a module just to “save standard groups definition” And use the g to anything Like g.tags (all tags...
0000-00-00 is an invalid date change the destination server with proper sql_mode variable, or change it to 0000-01-01 (month 0 and day 0 does not exists)
https://dev.mysql.com/doc/refman/8.0/en/datetime.html Invalid DATE, DATETIME, or TIMESTAMP values are converted to the “zero” value of the appropriate type ('0000-00-00' or '0000-00-00 00:00:00'), if the SQL mode permits this conversion. The precise...
datetime.datetime.fromtimestamp(0) will return '1970-01-01 08:00:00' This “from timestamp” isn’t considering the server timezone or maybe the field timezone