def compute_properties(dna_adj_file="../data/dna_adj.csv"): """Question 1
Using pandas, load the content of dna_adj_file, and output the following:
- number of elements equal to 0
- the 98th percentile of values in the matrix
- the sum of rows with a sequence starting with 'TT'
"""
# Complete the function body below to answer question 1
return
Using pandas, load the content of dna_adj_file, and output the following:
- number of elements equal to 0
- the 98th percentile of values in the matrix
- the sum of rows with a sequence starting with 'TT'
"""
# Complete the function body below to answer question 1
return