Skip to main content
Submitted by admin on 6 March 2022

Step1: Ready your setup by Installing the Python and Anaconda Distributions

Step1.2:When installation is finished, from the Start menu, open the Anaconda Prompt and Test your installation installed , by typing:

C:\Users\manoj>conda -V
conda 4.2.9
C:\Users\manoj>conda list

# packages in environment at C:\Users\manoj\anaconda3:

#

# Name                                     Version                   Build                        Channel

scipy                                         1.7.1                       py39hbe87c03_2

numpy                                      1.20.3                      py39ha4e8547_0

matplotlib                                  3.4.3                       py39haa95532_0

pandas                                     1.3.4                        py39h6214cd6_0

Step1.3: in the  command(conda list) By default Anaconda should automatically available below libraries check and confirm once if yes, then all set.

  • scipy
  • numpy
  • matplotlib
  • pandas
C:\Users\manoj>python
Python 3.10.1 (tags/v3.10.1:2cd268a, Dec 6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

Step2:Loading the dataset.

...
...