Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mariushelf/fast_append_array

Light Python DataFrame with blazing fast append operations
https://github.com/mariushelf/fast_append_array

Last synced: about 2 months ago
JSON representation

Light Python DataFrame with blazing fast append operations

Awesome Lists containing this project

README

        

# 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
([[email protected]](mailto:[email protected]))

# 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)