Question
Total enrollment under Atal Pension Yojana crossed _____
mark as on 31 March 2023.ΒSolution
Total enrollment under Atal Pension Yojana crossed 5.20 crore mark as on 31 March 2023. The scheme enrolled more than 1.19 crore new subscribers in FY 2022-23 as compared to 99 lakh in the last financial year, depicting a growth of more than 20%. As on date, the total assets under management (AUM) in APY is more than Rs. 27,200 crore and the scheme has generated investment return of 8.69% since inception of the scheme.
Which of the following techniques is most suitable for handling and organizing an unstructured dataset with textual data?
In Python, which library is most commonly used for data manipulation?
You are analyzing sales data and notice missing values in some of the records. What is the most appropriate first step to take during the data analysis ...
What does the Dickey-Fuller test primarily assess in a time series dataset?
In regex, ^abc matches:
Which of the following methods is most effective in reducing selection bias during the sampling process?
Which of the following Python libraries is most appropriate for creating statistical visualizations such as violin plots and heatmaps?
An e-commerce company wants to understand the trend of holiday season sales over the past decade to forecast future sales. Which analysis method should ...
Given the following SQL query:
SELECT department _ id, COUNT(*) AS employee _ count
FROM employees
GROUP BY department_id
HA...
Which data modeling technique is used to represent the relationships between entities in a database?