-
Write a program in Python to count the records based on the designation in a given DataFrame
-
Write a program in Python to calculate the default float quantile value for all the element in a Series
-
Write a program in Python to shift the first column and get the value from the user, if the input is divisible by both 3 and 5 and then fill the missing value
-
Write a program in Python to transpose the index and columns in a given DataFrame
-
Write a Pyton program to perform Boolean logical AND, OR, Ex-OR operations for a given series
-
Write a program in Python to read sample data from an SQL Database
-
Write a program in Python to find the lowest value in a given DataFrame and store the lowest value in a new row and column
-
Write a program in Python to modify the diagonal of a given DataFrame by 1
-
Write a Python program to generate random ten rows, two columns of vowels. If both the rows are matched with same vowels, then print the index and count of matched columns
-
Write a program in Python to merge two dataframes based on matching data in a column
-
Write a program in Python to select any random odd index rows in a given DataFrame
-
Write a program in Python to find the most repeated element in a series
-
Write a program in Python to remove one or more than one columns in a given DataFrame
-
Write a Python code to swap last two rows in a given dataframe
-
Write a program in Python to covert the datatype of a particular column in a dataframe
-
Write a Python program to shuffle all the elements in a given series
-
Write a program in Python to filter armstrong numbers in a given series
-
Write a Python program to separate a series of alphabets and digits and convert them to a dataframe
-
Write a Python program to export dataframe into an Excel file with multiple sheets
-
Write a program in Python to read CSV data from a file and print the total sum of last two rows