I'm trying to move away and doing all I can with python (pandas, numpy and friends). Everything starts with a pd.read_excel() and finish with a df.to_excel().
Everything I do in pandas gets exported to JSON. That way I can read it in my favorite editor, notepad.
I'm trying to move away and doing all I can with python (pandas, numpy and friends). Everything starts with a pd.read_excel() and finish with a df.to_excel().
Everything I do in pandas gets exported to JSON. That way I can read it in my favorite editor, notepad.