Analyze climate data with Azure Notebooks Create an Azure Notebook and use three popular Python libraries to analyze climate data collected by NASA, then share it. In this module, you will: Create a notebook in Azure Notebooks Upload, manipulate, and visualize data in a notebook Share notebooks online Predict flight delays by creating a machine learning model in Python Import airline arrival data into a Jupyter notebook and use Pandas to clean it. Then, build a machine learning model with Scikit-Learn and use Matplotlib to visualize output. In this module, you will: Create an Azure Notebook and import flight data
[…]