The Python command
df=rd.get_data('AAPL.OQ', ['TR.ISINCode', , , 'TR.InstrumentType'])
returns a syntax error.
What I would like to do is for formatting purposes to have some empty (NULL) fields between the fields TR.ISINCode and TR.InstrumentType. How can empty fields be specified?