-
Notifications
You must be signed in to change notification settings - Fork 0
/
test report.txt
49 lines (48 loc) · 1.61 KB
/
test report.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Data Analysis Report
Generated on: 2024-06-02 11:26:58
================================================================================
Basic Information
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 29 entries, 0 to 28
Data columns (total 1 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 Minutes 29 non-null int64
dtypes: int64(1)
memory usage: 364.0 bytes
================================================================================
First 5 Rows of the Dataset
Minutes
0 72
1 144
2 48
3 72
4 36
================================================================================
Basic Statistics Summary
Minutes
count 29.000000
mean 176.344828
std 142.185059
min 24.000000
25% 72.000000
50% 144.000000
75% 288.000000
max 576.000000
================================================================================
Mean of Numerical Columns
Minutes 176.344828
================================================================================
Median of Numerical Columns
Minutes 144.0
================================================================================
Standard Deviation of Numerical Columns
Minutes 142.185059
================================================================================
Count of Missing Values in Each Column
Minutes 0
================================================================================
Correlation Matrix
Minutes
Minutes 1.0
================================================================================