I can analyze your data using python and its libraries
first wrangle it which consists of 3 steps :
1- gathering data (collect data you have or may be added to other data from other sources)
2- assess the data (in order to figure out the problem in the data so we can work on it)
3- clean data (after assessing data we fix it problem so analysis become more reliable)
second analyze the data either visually or programmatically