Python Virtual Training For Arcesium - Module II - Day 5

Dec 17-23, 2020 Vikrant Patil

These notes are available online at http://notes.pipal.in/2020/arcesium_finop_batch3/module2-day5.html

© Pipal Academy LLP

Day 1 | Day 2 | Day 3 | Day 4 | Day 5

We will be using jupyter hub from http://lab.pipal.in for this training. Create a notebook with name module2-day5.ipynb for today's session. Before you start shutdown all kernels except today's notebook.

Working With CSV Files

Writing csv

instead of csv.reader, we make use of csv.writer

%%file this is not related to python programming! it is not a prograame at all... it is simply an editor provided by jupyter.

Writing excel files

Above command is from jupyter! from cmd ...you open cmd, and run

python3 -m pip install XlsxWriter

if you don't have admin previllages use --user

python -m pip install --user XlsxWriter