Skip to content

Commit c15e6e8

Browse files
committed
pandas
1 parent 2a88284 commit c15e6e8

File tree

2 files changed

+52
-146
lines changed

2 files changed

+52
-146
lines changed

24_Day_Statistics/24_statistics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ np_arr + 2
11821182

11831183
array([ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12])
11841184

1185-
We use linear equation for quatities which have linear relationship. Let's see the example below:
1185+
We use linear equation for quantities which have linear relationship. Let's see the example below:
11861186

11871187
```python
11881188
temp = np.array([1,2,3,4,5])

0 commit comments

Comments
 (0)