Philosophy homework help
Implement a WPF app to list stock information that is loaded from StockData.csv. Your app should allowuser to Search specific companys stock information, and display the search result in a DataGrid, and theresult should be sorted according to the date. Clean the data by removing those rows that the pricecontains negative value while the data is loading.