We need to discuss how many Python scripts and different notebooks we envisage, to ensure that we have a well organised workflow. We have:
data retrieval
cleaning the data
analysis and visualisations
This seems to be a natural split into three pieces of code, with (1) being an executable Python script, and (2) and (3) Jupyter notebooks. There may be an underpinning .py file with function definitions, to be imported from other code.
We need to discuss how many Python scripts and different notebooks we envisage, to ensure that we have a well organised workflow. We have:
This seems to be a natural split into three pieces of code, with (1) being an executable Python script, and (2) and (3) Jupyter notebooks. There may be an underpinning
.py
file with function definitions, to be imported from other code.