A project which has example code for advanced python topics
Big data file parser module is a wrapper on pandas library.We need to download pandas library before proceeding with execution
If you using pycharm editior with venv
#step 1 : open terminal inside pycharm
#step 2 : execute below command
(venv) D:\Python-training\phase2-code-practice\venv\Scripts>python.exe -m pip install pandas