Which of the following is not bundled package with pandas?
2023
Which of the following is not bundled package with pandas?
Answer: D. statistics / statistics — Pandas is bundled with helper packages like numpy , pytz , and six . But statistics is not bundled with pandas.
- A.
six / six
- B.
numpy / numpy
- C.
pytz / pytz
- D.
statistics / statistics
Attempted by 1273 students.
Show answer & explanation
Correct answer: D
Pandas is bundled with helper packages like numpy , pytz , and six . But statistics is not bundled with pandas.
Loading lesson…