[PR #1366] [CLOSED] Add Vaex to the Data Analysis section #1204

Closed
opened 2025-11-06 13:11:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1366
Author: @yaph
Created: 10/2/2019
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • b070032 Add 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.

## 📋 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>
GiteaMirror added the pull-request label 2025-11-06 13:11:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1204