Question
According to Code 35 (1) of the Occupational Safety,
Health, and Working Conditions Code, 2020, what can an Inspector-cum-Facilitator do regarding crops grown in plantations?Solution
As per Code 35- (1) (iv) subject to any rules made by the State Government in this behalf, within his jurisdiction, examine the crops grown in any plantation or any worker employed therein or require the production of any register or other document maintained in pursuance of this Code, and take on the spot or otherwise statement of any person which he may consider necessary for carrying out the purposes of this Code relating to plantation.
In R, which operator is used for sequence?
Why is Exploratory Data Analysis (EDA) considered a crucial step in the data analysis process?
A data analyst is working on a survey dataset that records customer feedback as "Very Satisfied," "Satisfied," "Neutral," "Dissatisfied," and "Very Diss...
If a time series exhibits a cyclical pattern that does not follow a fixed period (e.g., economic cycles), which of the following decomposition methods w...
Which of the following is the most appropriate way to handle missing values when performing data analysis in Excel using a Pivot Table?
Consider the following Python code:
class Shape:
  def area(self):
    return 0
class Circle(Shape):
 �...
In developing a fraud detection model for online transactions, a data analyst should use a technique capable of identifying anomalous patterns. Which of...
Which characteristic best distinguishes big data from traditional data?
When performing data normalization, what is the primary purpose?
Which of the following forecasting methods is most suitable for data with a linear trend but no seasonality?