< Previous Challenge - Home - Next Challenge >
Use this challenge to perform tasks to confirm data has been extracted from source and saved in the working directory.
- Use the code in the folder
service/code/UnitTest.py
to validate that AdventureWorks data is indeed downloaded and extracted intoData/
folder. Do a preview of file count in the data folder. Additionally, you could also pick a csv file visualize the data. - TIP: Use the
Python Script
task in yourBuild
pipeline to run the Unit test between tasks forTrainOnLocal.py
andEvaluateModel.py
.
- Count the number of CSV files extracted into
Data/
folder using aPython script
in Azure DevOps pipeline. - Visualizing and exploring the data (using a python visualization library like
matplotlib
orseaborn
orplotly
).