Chapter -5 Internet and Web
Chapter -5 Internet and Web Multiple Choice Question 1.Online textual conversation is known as __________.(a)Chat (b)Email(c)Home page(d) About page 2.
Read moreAll Tech at one spot
Class 12th CBSE IP
Chapter -5 Internet and Web Multiple Choice Question 1.Online textual conversation is known as __________.(a)Chat (b)Email(c)Home page(d) About page 2.
Read more3.Use above dataframe and do the following: Change the DataFrame Sales such that it becomes its transpose. Display the sales
Read more2. Write a program to plot a bar chart in python to display the result of a school for five
Read moreAssignment3 1.Given the school result data, analyses the performance of the students on #different parameters, e.g subject wise or class
Read moreAssignement 2 1. Write a program to generate a series of float numbers from 41.0 to 60.0 with an increment
Read more13.Replace all negative values in a data frame with a 0. Soution :- import pandas as pd data =
Read more12. Create a data frame based on e-commerce data and generate descriptive statistics (mean, median, mode, quartile, and variance. Solution
Read more11. Create a Data Frame quarterly sales where each row contains the item category, item name, and expenditure. Group the
Read more10.Given a Series, print all the elements that are above the 75th percentile. Solution :- import pandas as pd import
Read more9. Locate the 3 largest values in a data frame. Solution :- import pandas as pd data={‘Name’:[‘Aman’,’Rohit’,’Deepika’,’Kamal’,’Deva’,’Ramesh’,’Adnan’], ‘Sales’:[8500,4500,9300,8600,9200,9600,8400]} sales=pd.DataFrame(data) #
Read more