hvgab / DataPipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merged cols will place last. Replace to x or y pos as default? Then let customer...

todo opened this issue · comments

commented

# TODO: Merged cols will place last. Replace to x or y pos as default? Then let customer reorder in separate field?
cols = []
for col in result.columns:
if col.endswith('_x'):
cols.append(col.replace('_x', ''))
log.debug(cols)


This issue was generated by todo based on a TODO comment in 4d4fd9b. It's been assigned to @undefined because they committed the code.