mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-09 18:37:16 -05:00
[PR #1366] [CLOSED] Add Vaex to the Data Analysis section #1204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1366
Author: @yaph
Created: 10/2/2019
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
b070032Add Vaex to the Data Analysis section📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Vaex is a python library for lazy Out-of-Core DataFrames (similar to Pandas), to visualize and explore big tabular datasets.
What's the difference between this Python project and similar ones?
Vaex uses memory mapping, a zero memory copy policy, and lazy computations for best performance.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.