use python and pandas library to perform wind data analysis Use jupyter labs to open the notebook Make sure to download wind_data.txt from the Github directory for this project and then update the code in the jupyter file to point to the directory where you have downloaded the file to.
If you've not used python before, it can be downloaded from here:
https://www.python.org/downloads/
Guide here: https://phoenixnap.com/kb/how-to-install-python-3-windows
Once installed, you can use the Windows cmd line to install the required libraries for this project, by typing in the following in the cmd terminal
python -m pip install numpy
python -m pip install pandas
python -m pip install matplotlib
You'll need Jupyter Labs
Guide to install here: https://jupyter.org/install
pip install jupyterlab
Once installed, to launch Jupyter Lab, in the cmd terminal, type 'jupyter lab' without the ''
Inside Jupyter Lab, go to File/Open from Path... then open the ipynb file you've downloaded from this project's github page