Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Light Python DataFrame with blazing fast append operations
- Host: GitHub
- URL: https://github.com/mariushelf/fast_append_array
- Owner: mariushelf
- License: mit
- Created: 2021-03-10T19:33:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T14:58:16.000Z (over 3 years ago)
- Last Synced: 2024-10-30T00:36:34.656Z (about 1 month ago)
- Language: Python
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - fast_append_array - Light Python DataFrame with blazing fast append operations (Python)
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)