Disha Data Science
Disha Data Science
Introduction to Excel
Steps :
Step 1: select the entire table and go to Insert tab PivotChart > Pivotchart.
Step 2: Select “New worksheet” in the create pivot chart window.
B. Perform what-if analysis using Goal Seek to determine input values for desiredoutput.
Steps :
PRACTICAL 2 .A
OUTPUT :
PRACTICAL 2.B
2. Dropping NA values using dropna()
OUTPUT :
PRACTICAL 2
C. Manipulate and transform data using functions like filtering, sorting, and
Grouping
OUTPUT :
PRACTICAL 2 A.1(R-STUDIO)
OUTPUT :
PRACTICAL 2 A.2
PRACTICAL 2 B.1 (R-STUDIO)
Output :
PRACTICAL 2 B.2
OUTPUT :
PRACTICAL 2 C
OUTPUT :
PRACTICAL 3 (Python)
Feature Scaling and Dummification
OUTPUT :
PRACTICAL 3 (Python)
OUTPUT :
PRACTICAL 3 A (R-STUDIO)
OUTPUT :
PRACTICAL 3 B
OUTPUT ;
PRACTICAL 4
Hypothesis Testing
Conduct a hypothesis test using appropriate statistical tests (e.g., t-test, chi-square test)
# t-test
PRACTICAL 4
#chi-square test
OUTPUT :
Conclusion: There is sufficient evidence to reject the null hypothesis, indicating that there is a
significant association between 'horsepower_new' and 'modelyear_new' categories.
PRACTICAL 4 A (R-STUDIO)
PRACTICAL 4 B (R-STUDIO)
PRACTICAL 5 ( PYTHON)
ANOVA (Analysis of Variance)
Perform one-way ANOVA to compare means across multiple groups. Conduct post-hoc tests
to identify significant differences between group means.
OUTPUT :
PRACTICAL 5 ( R-STUDIO)