Deleted:Help me solve this please
1
0
Entering edit mode
17 months ago
M Casandra • 0
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
python pandas offtopic • 456 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2832 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6