Metadata-Version: 2.1
Name: fast-append-array
Version: 0.2.0
Summary: A dataframe which supports blazing fast append operations and column access by name.
Home-page: https://github.com/mariushelf/fast_append_array
License: MIT
Author: Marius Helf
Author-email: helfsmarius@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: pandas
Requires-Dist: numpy (>=1.20.1,<2.0.0)
Requires-Dist: pandas[pandas] (>=1.0.0,<2.0.0); extra == "pandas"
Project-URL: Documentation, https://github.com/mariushelf/fast_append_array
Project-URL: Repository, https://github.com/mariushelf/fast_append_array
Description-Content-Type: text/markdown

# Fast Append Array


A dataframe which allows access to columns by name and supports blazing fast append operations.

Original repository: [https://github.com/mariushelf/fast\_append\_array](https://github.com/mariushelf/fast_append_array)

Author: Marius Helf 
  ([helfsmarius@gmail.com](mailto:helfsmarius@gmail.com))


# Changelog

## 0.2.0
* improve speed of `append_dict()` by factor 5
* small improvements for element access and slicing
* support for different dtypes
* `from_pandas()` and `from_dicts()` functions

## 0.1.0
* first release

# License

MIT -- see [LICENSE](LICENSE)


