Skip to content

Commit

Permalink
pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jul 8, 2021
1 parent 2a88284 commit c15e6e8
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 146 deletions.
2 changes: 1 addition & 1 deletion 24_Day_Statistics/24_statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ np_arr + 2

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

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

```python
temp = np.array([1,2,3,4,5])
Expand Down
Loading

0 comments on commit c15e6e8

Please sign in to comment.