Numpy, Sci-py, Cython, and Pandas are the important pacjages used in python data analysis. In order to perform operations using these packages we need to install them in to the system. Execute the following scripts in terminal:
sudo apt-get install python-numpy
sudo apt-get install cython
sudo apt-get install python-scipy
sudo apt-get install python-pandas
No comments:
Post a Comment