Which feature of Python reduces the coding requirements when data tasks such as exploratory data analysis and machine learning are required?
- Python code based on common English words.
- It is free and open source.
- The availability of code libraries such as NumPy and Scikit-learn.
- It is both an interpreted and object-oriented language.
- It uses dynamic data typing.
Explanation & Hint:
The availability of code libraries such as NumPy and Scikit-learn reduces the coding effort when using Python programs to perform data tasks such as exploratory data analysis and machine learning. All the other options are general features of Python that are not necessarily related to data analysis. |