Implement a GUI app to load stock information from StockData.csv, allow user to Search specific company’s stock history information, and display the search result in a DataGrid, and the result should

COMP 212 -Programming II I 6/4/20 20 Assignment 2 Page 1 of 1 Assignment 2 Purpose: The purpose of this assignment is to help you: • Asynchronous programming & P arallel prog ramm ing References: Please refer to “General Assignment Requirements” document posted on eCentennial. Problems : Question 1[ 10 0 marks] Implement a GUI app to load stock information from StockData.csv, allow user to Search specific company’s stock history information, and display the search result in a DataGrid, and the result should be sorted according to the date. Clean the data by remov ing those rows that the price contains negative value while the data is loading. Add Progress bar to the status bar to indicate the progress of file loading. Submission: Submit the solution to Assignment 1 drop box by drop box deadline.