Skip to main content

Powerful data structures for data analysis, time series, and statistics

Project description

pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with structured (tabular, multidimensional, potentially heterogeneous) and time series 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 toward this goal.

pandas is well suited for many different kinds of data:

  • Tabular data with heterogeneously-typed columns, as in an SQL table or Excel spreadsheet

  • Ordered and unordered (not necessarily fixed-frequency) time series data.

  • Arbitrary matrix data (homogeneously typed or heterogeneous) with row and column labels

  • Any other form of observational / statistical data sets. The data actually need not be labeled at all to be placed into a pandas data structure

The two primary data structures of pandas, Series (1-dimensional) and DataFrame (2-dimensional), handle the vast majority of typical use cases in finance, statistics, social science, and many areas of engineering. For R users, DataFrame provides everything that R’s data.frame provides and much more. pandas is built on top of NumPy and is intended to integrate well within a scientific computing environment with many other 3rd party libraries.

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

  • Easy handling of missing data (represented as NaN) 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, moving window linear regressions, date shifting and lagging, etc.

Many of these principles are here to address the shortcomings frequently experienced using other languages / scientific research environments. For data scientists, working with data is typically divided into multiple stages: munging and cleaning data, analyzing / modeling it, then organizing the results of the analysis into a form suitable for plotting or tabular display. pandas is the ideal tool for all of these tasks.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

workbenchdata-pandas-0.24.0a3.tar.gz (10.7 MB view details)

Uploaded Source

Built Distributions

File details

Details for the file workbenchdata-pandas-0.24.0a3.tar.gz.

File metadata

File hashes

Hashes for workbenchdata-pandas-0.24.0a3.tar.gz
Algorithm Hash digest
SHA256 7063b7d168624551e4c21a1d6bdeb2eba8e7ebe6e784f672dac571a21d4d2e4e
MD5 b93ba5489e5163a6b2a159b9de7e6e50
BLAKE2b-256 61e050b176a2f487cc651b2ed62413d389f96679415bf1d3a19bacf68fbd03f9

See more details on using hashes here.

File details

Details for the file workbenchdata_pandas-0.24.0a3-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for workbenchdata_pandas-0.24.0a3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3b118f50e807b3128c30dec6aee0b09d313ff6db8ba12fc02da7315d64b38fb6
MD5 f5a70ee9dfaabb4c4701ebf011d9b332
BLAKE2b-256 bcbe7cde6365d0e5dfcaed1d0be49c8f5e72a09c379dd363342718ccd3ae3914

See more details on using hashes here.

File details

Details for the file workbenchdata_pandas-0.24.0a3-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for workbenchdata_pandas-0.24.0a3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 730e06a68d76b155e6d6c2a510ee5ee42fa44ae5e698dd1cb0fc6d628401127b
MD5 7d16cf163cc60b996ff49e708fe8690e
BLAKE2b-256 5baa2dc68e0235bb6ad108432f68e57935bca33e20714c33c3e044f3fcb44b66

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page