Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

CentOs Python Pandas ideas to install quickly

Python Pandas is a Python Library where you can manipulate or filter your data. So that you can get useful information to take decisions.

Normally you will get error while installing Pandas.

How to install quickly…

An introduction…what is pandas..

pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.

pandas is a NumFOCUS sponsored project. This will help ensure the success of development of pandas as a world-class open-source project, and makes it possible to donate to the project.

Pandas is a library on Python for data analysis. Centos is Linux flavor where you can install by following procedure as given below:

Step:1 Login into CentOs

Step:2 Identity where your Python Pandas package is located on the web.

Do google search as below…

You will get information on which Pandas package is suitable for your CentOs. Here, I have used CentOs 7, so the link is:

epel link: http://dl.fedoraproject.org/pub/epel/7/x86_64/

Step:3 Then in CentOS, issue ‘su’ command.

$su   .....>enter

Give Password

Step:4…Afterwords you logged into ‘Super user’ directory.

[root@localhost srini]#

You need to issue ‘dhclient’ command.

Then you need to install eepl package

[root@localhost srini]# rpm -Uvh 
http://dl.fedoraproject.org/pub/epel/Packages/e/7/x86_64/epel-release*rpm

Note: Whatever is latest package, you can install that package. The ‘*’ means any latest package.

Small Video on how to invoke Pandas in Python.



This post first appeared on Srinimf - Tech.Jobs.Biz.Success, please read the originial post: here

Share the post

CentOs Python Pandas ideas to install quickly

×

Subscribe to Srinimf - Tech.jobs.biz.success

Get updates delivered right to your inbox!

Thank you for your subscription

×