| 11. |
You can create a scatter plot matrix using the __________ method in pandas.tools.plotting.
|
||||||||
|
Answer:
Option (b) |
| 12. |
Which of the following plots are used to check if a data set or time series is random?
|
||||||||
|
Answer:
Option (a) |
| 13. |
Which of the following plots are often used for checking randomness in time series?
|
||||||||
|
Answer:
Option (c) |
| 14. |
How many CPUs (or cores) will the Python threading library take advantage of simultaneously?
|
||||||||
|
Answer:
Option (b) |
| 15. |
What does the Thread.join() method do?
|
||||||||
|
Answer:
Option (c) |
| 16. |
Race conditions are …
|
||||||||
|
Answer:
Option (a) |
| 17. |
Why is it a good idea to use a ThreadPoolExecutor as a context manager when you can?
|
||||||||
|
Answer:
Option (c) |