16424 Forks
38924 Stars
38924 Watchers

pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

How to download and setup pandas

Open terminal and run command
git clone https://github.com/pandas-dev/pandas.git
git clone is used to create a copy or clone of pandas repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with pandas https://github.com/pandas-dev/pandas/archive/master.zip

Or simply clone pandas with SSH
[email protected]:pandas-dev/pandas.git

If you have some problems with pandas

You may open issue on pandas support forum (system) here: https://github.com/pandas-dev/pandas/issues