I have two columns:
from io import StringIO
import pandas as pd
csv =StringIO(u'''\
debit,move_id/id,
2002,32
2000,33
2001,34
2002,6166
2002,6166
2003,6541
2004,6166
2002,8089
''')
and I want to filter and change the values in debit when i...
asked by
16.05.2018 / 17:09