import pandas as pd import numpy as np import os import sys sys.path.insert(0, os.path.dirname(__file__)) from ListCommon import * printSingleDetail( infileLocal='results-general.csv', tgtMovement = 'stack', tgtPolarity = 'insfirst', tgtAccessor = 'allhead' # tgtMovement = 'all', # tgtPolarity = 'all', # tgtAccessor = 'remelem', # tgtInterleave = 0.5 )