-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2be6b75
commit 835529d
Showing
5 changed files
with
97 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,35 @@ | ||
## 1. C. | ||
## 1. C | ||
|
||
|
||
## 2. D | ||
|
||
|
||
## 3. B | ||
one dimensional array | ||
|
||
|
||
## 4. E | ||
|
||
|
||
## 5. C | ||
d[1,2] is the third element of second set of d | ||
|
||
|
||
## 6. C | ||
5+8 | ||
|
||
|
||
## 7. E | ||
lengths of arrays are not equal | ||
|
||
|
||
## 8. C | ||
1+3 + 1+3+3 | ||
|
||
|
||
## 9. C | ||
axis=1 mean adding in row direction, 0 for column direction | ||
|
||
|
||
## 10. E | ||
array is one dimensional, but two indices |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
C | ||
D | ||
B | ||
E | ||
C | ||
C | ||
E | ||
C | ||
C | ||
E |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## 1. B | ||
When you select a single column, you are essentially extracting a one-dimensional structure, which is represented as a Series in pandas. | ||
|
||
## 2. D | ||
|
||
|
||
## 3. C | ||
|
||
|
||
## 4. A | ||
|
||
|
||
## 5. B | ||
|
||
|
||
## 6. D | ||
|
||
|
||
## 7. A | ||
|
||
|
||
## 8. C | ||
|
||
|
||
## 9. C | ||
??? a mistake | ||
|
||
|
||
## 10. D | ||
|
||
|
||
## 11. B | ||
|
||
|
||
## 12. B | ||
|
||
|
||
|
12 changes: 12 additions & 0 deletions
12
2023/homework/Zhao_ShaoDong/231203_pandas/pandas_submit.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
B | ||
D | ||
C | ||
A | ||
B | ||
D | ||
A | ||
C | ||
C | ||
D | ||
B | ||
B |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters