section_strings[section].to_csv(section_buffer,header=False,encoding='utf-8',index=False,quoting=csv.QUOTE_NONE,escapechar="\\",sep="\t")# Here indices are lost, have to give the real ones, those in section_strings
shut_up=section_buffer.seek(0)
# 3.1.1. Read section elements from schema and read from buffer with pandas as objects
ignore=[iforiinsection_namesifschema['sections'][section]['elements'][i].get('ignore')]# evals to True if set and true, evals to False if not set or set and false