Metadata-Version: 1.1
Name: static-frame
Version: 0.3.2
Summary: Immutable structures for one- and two-dimensional calculations with labelled axes
Home-page: https://github.com/InvestmentSystems/static-frame
Author: Christopher Ariza
Author-email: UNKNOWN
License: MIT
Description: The StaticFrame library consists of the Series and Frame, immutable data structures for one- and two-dimensional calculations with self-aligning, labelled axes. StaticFrame offers an alternative to Pandas. While many interfaces for data extraction and manipulation are similar to Pandas, StaticFrame deviates from Pandas in many ways: all data is immutable, and all indices must be unique; all vector processing uses NumPy, and the full range of NumPy data types is preserved; the implementation is concise and lightweight; consistent naming and interfaces are used throughout; and flexible approaches to iteration and function application, with built-in options for parallelization, are provided.
        
        Code: https://github.com/InvestmentSystems/static-frame
        
        Docs: http://static-frame.readthedocs.io
        
        Packages: https://pypi.org/project/static-frame
        
Keywords: staticframe pandas numpy immutable array
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
