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.
## 📋 Pull Request Information
**Original PR:** https://github.com/vinta/awesome-python/pull/1366
**Author:** [@yaph](https://github.com/yaph)
**Created:** 10/2/2019
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `patch-1`
---
### 📝 Commits (1)
- [`b070032`](https://github.com/vinta/awesome-python/commit/b070032ccd054194887b5f6f59b603f748535379) Add Vaex to the Data Analysis section
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 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.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.