APPLICATION OF SUPERVISED LEARNING
MACHINE LEARNINGHARD QUESTIONS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The way to install the pandas library
|
install pandas
|
|
pandas install python
|
|
python install pandas
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Install Python. Type in the command “pip install manager” Once finished, type the following: Copy. *pip install pandas* Wait for the downloads to be over and once it is done you will be able to run Pandas inside your Python programs on Windows. 16-Sept-2020
Detailed explanation-2: -Go to Windows command prompt and type : C:> pip install pandas. If above command does not work then you need admin access to run or try using below command i.e pip install-user <package-name to be installed> e.g. C:> pip install –user pandas.
There is 1 question to complete.