Answer:
what is your question soo that i can help u ????????
Answer:
import pandas as pd
# URL for university excel sheet( CSV format)
data_url = '' "
# Load the data from University URL
university = pd.read_csv(data_url)
# filter the data to contain universities from where more than 50 students out of the top 10% of their high school classes came
university_1 = university[universty.number>50 ]
n= len(university_1)
n1= (10 *n)/100
university_1.nlargest(n1, 'number')
print(university_1)
Explanation:
We are using here Pandas. And it is meant for reading from various data sources like Excel, Acess, SQL Server, etc. And first, we filter University with student number more than or equal to 50. Finally, with the nlargest, we find the top 10% of the list. And for running the above program we only need to add the URL of the university.csv. Nothing else is required. You can have the local file address as well if the CSV is on your computer.
Graphs are used to represent functions and equations
<h3>How to graph the functions</h3>
The expressions of the functions are given as:
8n, 4nlog(n), 2n^2. n^3 and 2^n
Rewrite the expressions as functions.
So, we have:
y = 8n
y = 4nlog(n)
y = 2n^2
y = n^3
y = 2^n
Next, we plot the graph of the functions
See attachment for the graph of the functions, where n is represented on the x-coordinate, and y is represented on the y-coordinate
Read more about graphs and functions at:
brainly.com/question/13473114
C) Debugging. Debugging is when you fix the errors in your code
Answer:
its b
Explanation:
its propellant hope I got it to you in time