https://github.com/calebbell/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

https://github.com/calebbell/pandas

Science Score: 33.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    138 of 2541 committers (5.4%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.3%) to scientific vocabulary

Keywords from Contributors

alignment flexible closember notebook qt gtk wx tk cython pydata
Last synced: 10 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: CalebBell
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: master
  • Homepage: https://pandas.pydata.org
  • Size: 204 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of pandas-dev/pandas
Created over 5 years ago · Last pushed over 5 years ago
Metadata Files
Readme Contributing Funding License Code of conduct Security

README.md



pandas: powerful Python data analysis toolkit

PyPI Latest Release Conda Latest Release DOI Package Status License Travis Build Status Azure Build Status Coverage Downloads Gitter Powered by NumFOCUS Code style: black

What is it?

pandas is a Python package that provides fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis / manipulation tool available in any language. It is already well on its way towards this goal.

Main Features

Here are just a few of the things that pandas does well:

  • Easy handling of missing data (represented as NaN, NA, or NaT) in floating point as well as non-floating point data
  • Size mutability: columns can be inserted and deleted from DataFrame and higher dimensional objects
  • Automatic and explicit data alignment: objects can be explicitly aligned to a set of labels, or the user can simply ignore the labels and let Series, DataFrame, etc. automatically align the data for you in computations
  • Powerful, flexible group by functionality to perform split-apply-combine operations on data sets, for both aggregating and transforming data
  • Make it easy to convert ragged, differently-indexed data in other Python and NumPy data structures into DataFrame objects
  • Intelligent label-based slicing, fancy indexing, and subsetting of large data sets
  • Intuitive merging and joining data sets
  • Flexible reshaping and pivoting of data sets
  • Hierarchical labeling of axes (possible to have multiple labels per tick)
  • Robust IO tools for loading data from flat files (CSV and delimited), Excel files, databases, and saving/loading data from the ultrafast HDF5 format
  • Time series-specific functionality: date range generation and frequency conversion, moving window statistics, date shifting and lagging

Where to get it

The source code is currently hosted on GitHub at: https://github.com/pandas-dev/pandas

Binary installers for the latest released version are available at the Python Package Index (PyPI) and on Conda.

```sh

conda

conda install pandas ```

```sh

or PyPI

pip install pandas ```

Dependencies

See the full installation instructions for minimum supported versions of required, recommended and optional dependencies.

Installation from sources

To install pandas from source you need Cython in addition to the normal dependencies above. Cython can be installed from PyPI:

sh pip install cython

In the pandas directory (same one where you found this file after cloning the git repo), execute:

sh python setup.py install

or for installing in development mode:

sh python -m pip install -e . --no-build-isolation --no-use-pep517

If you have make, you can also use make develop to run the same command.

or alternatively

sh python setup.py develop

See the full instructions for installing from source.

License

BSD 3

Documentation

The official documentation is hosted on PyData.org: https://pandas.pydata.org/pandas-docs/stable

Background

Work on pandas started at AQR (a quantitative hedge fund) in 2008 and has been under active development since then.

Getting Help

For usage questions, the best place to go to is StackOverflow. Further, general questions and discussions can also take place on the pydata mailing list.

Discussion and Development

Most development discussions take place on GitHub in this repo. Further, the pandas-dev mailing list can also be used for specialized discussions or design issues, and a Gitter channel is available for quick development related questions.

Contributing to pandas Open Source Helpers

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

A detailed overview on how to contribute can be found in the contributing guide. There is also an overview on GitHub.

If you are simply looking to start working with the pandas codebase, navigate to the GitHub "issues" tab and start looking through interesting issues. There are a number of issues listed under Docs and good first issue where you could start out.

You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to subscribe to pandas on CodeTriage.

Or maybe through using pandas you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’...you can do something about it!

Feel free to ask questions on the mailing list or on Gitter.

As contributors and maintainers to this project, you are expected to abide by pandas' code of conduct. More information can be found at: Contributor Code of Conduct

Owner

  • Name: Caleb Bell
  • Login: CalebBell
  • Kind: user
  • Location: Calgary
  • Company: University of New Brunswick

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 22,582
  • Total Committers: 2,541
  • Avg Commits per committer: 8.887
  • Development Distribution Score (DDS): 0.868
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Wes McKinney w****n@g****m 2,984
jreback j****f@r****t 2,746
jbrockmendel j****l@g****m 2,721
Joris Van den Bossche j****e@g****m 777
y-p y****l@g****m 765
Tom Augspurger T****r 653
Simon Hawkins s****s@g****m 431
Phillip Cloud c****d@g****m 394
sinhrks s****s@g****m 377
Matthew Roeschke e****r@g****m 362
Chang She c****g@l****m 359
gfyoung g****7@g****m 349
Adam Klein a****n@g****m 315
Chang She c****e@g****m 242
Terji Petersen c****e@t****m 199
MomIsBestFriend 5****d 196
Marc Garcia g****c@g****m 170
Jeremy Schendel j****l 163
patrick 6****l 156
Jeffrey Tratner j****r@g****m 153
Daniel Saxton 2****n 150
Vytautas Jancauskas u****o@g****m 111
gfyoung g****b@g****m 111
William Ayd w****d@i****m 110
alimcmaster1 a****1@g****m 97
Pietro Battiston me@p****t 92
Andy Hayden a****1@g****m 92
Skipper Seabold j****d@g****m 88
William Ayd w****d@g****m 88
Chris c****k@g****m 85
and 2,511 more...
Committer Domains (Top 20 + Academic)
twosigma.com: 15 berkeley.edu: 6 yandex.ru: 6 blue-yonder.com: 4 gmx.de: 4 umich.edu: 4 columbia.edu: 4 free.fr: 4 qq.com: 3 continuum.io: 3 datarobot.com: 3 enthought.com: 3 ahl.com: 3 stitchfix.com: 3 al.insper.edu.br: 3 ucsd.edu: 3 bloomberg.net: 3 google.com: 3 stanford.edu: 3 me.com: 3 umn.edu: 2 uchicago.edu: 2 uw.edu: 2 cern.ch: 2 duke.edu: 2 sabanciuniv.edu: 2 stsci.edu: 2 alum.mit.edu: 2 cam.ac.uk: 2 colorado.edu: 1 u.yale-nus.edu.sg: 1 tu-dortmund.de: 1 jhuapl.edu: 1 ni.tu-berlin.de: 1 iiitd.ac.in: 1 sed.ethz.ch: 1 iitbhilai.ac.in: 1 umbc.edu: 1 ahduni.edu.in: 1 uwaterloo.ca: 1 bu.edu: 1 cs.cmu.edu: 1 cs.stanford.edu: 1 ise.fraunhofer.de: 1 jhu.edu: 1 kit.edu: 1 pks.mpg.de: 1 tuebingen.mpg.de: 1 cs.man.ac.uk: 1 ugcs.caltech.edu: 1 wisc.edu: 1 utexas.edu: 1 std.sehir.edu.tr: 1 umd.edu: 1 uci.edu: 1 pharm.ox.ac.uk: 1 uiowa.edu: 1 kth.se: 1 tepper.cmu.edu: 1 economics.ox.ac.uk: 1 indiana.edu: 1 city.ac.uk: 1 uni-bonn.de: 1 research.iiit.ac.in: 1 soton.ac.uk: 1 uni-leipzig.de: 1 umail.ucsb.edu: 1 ds.dfci.harvard.edu: 1 edu.unito.it: 1 gameduell.de: 1 kettering.edu: 1 student.tudelft.nl: 1 ethz.ch: 1 mit.edu: 1 my.fsu.edu: 1 rockefeller.edu: 1 hendrix.edu: 1 cse.ssn.edu.in: 1 alumni.brown.edu: 1 hs.ntnu.edu.tw: 1 usc.edu: 1 mrc-lmb.cam.ac.uk: 1 smcm.edu: 1 geo.tuwien.ac.at: 1 lfb.rwth-aachen.de: 1 nscl.msu.edu: 1 u.northwestern.edu: 1 g.ucla.edu: 1 fri.uni-lj.si: 1 c3e.cs.tu-bs.de: 1 macaulay.cuny.edu: 1 asu.edu: 1 virginia.edu: 1 haas.berkeley.edu: 1 wgu.edu: 1 id.ethz.ch: 1 ssec.wisc.edu: 1 climate-energy-college.org: 1 hawaii.edu: 1 tbi.univie.ac.at: 1 inria.fr: 1 ischool.berkeley.edu: 1 nyu.edu: 1 psu.edu: 1 alumni.princeton.edu: 1 in.tum.de: 1 tudelft.nl: 1 sun.ac.za: 1 mercatus.gmu.edu: 1 tkn.tu-berlin.de: 1 cardiff.ac.uk: 1 andrew.cmu.edu: 1 cpcc.edu: 1 alumni.stanford.edu: 1 cornell.edu: 1 seas.harvard.edu: 1 email.arizona.edu: 1 ncsu.edu: 1 physics.ox.ac.uk: 1 ess.ucla.edu: 1 luther.edu: 1 ie.u-ryukyu.ac.jp: 1 ou.edu: 1 caltech.edu: 1

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels