I have file tbl.lua with lua table:
SpeedFM={}
SpeedFM[20000101]=0.77566
SpeedFM[20000102]=0.77569
SpeedFM[20000103]=0.7757
SpeedFM[20000104]=0.77569
Using lua I just make dofile('tbl.lua') and get this table to work with it. My question. How can I execute this file in python because this is a valid python dictionary too?