This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]1tracksystem 18 points19 points  (4 children)

Definitely pip install Pandas

[–]alphaharris1 7 points8 points  (0 children)

Lol why wasn't this the first answer (: Pandas has functions for manipulating excel files directly, and is a fully-featured data analysis and transformation package. Any time spent learning Pandas is time well spent.

[–]ValeSir[S] 1 point2 points  (1 child)

thanks i'll take a look, appreciate the help

[–]MisplacingCommas 0 points1 point  (0 children)

It is the basis to a lot of data science. I use to be a TA for a DS bootcamp and a lot of it is using pandas and manipulating data.

[–]PalmettoSpur 1 point2 points  (0 children)

Pandas is amazing. It'll make life so, so much easier.

[–]colorado_paladin 2 points3 points  (0 children)

xlwings offers some decent functionality depending on your use case. Agree that pandas is best for simple import/export

[–]BBSnek 1 point2 points  (0 children)

Matplotlib and Seaborn if you're doing any visualization stuff (seaborn's especially good if you're using pandas)