vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.26k stars 590 forks source link

Please add support for Streaming plots and analysis to determine and handle data inconsistencies #1474

Closed AVINASH-T619 closed 3 years ago

AVINASH-T619 commented 3 years ago

Thank you for reaching out and helping us improve Vaex!

Before you submit a new Issue, please read through the documentation. Also, make sure you search through the Open and Closed Issues - your request may already be discussed or addressed.

Description Please add support for streaming plots and cross library support like pandas and vaex and add more functionalities to handle various missingness in the data/data inconsistencies like forward fill backward fill , data imputations etc.

Is your feature request related to a problem? Please describe. Please describe the type of use-cases the proposed feature will address.

Additional context Please state any supplementary information or provide additional context for the proposed functionality (e.g. workarounds, alternatives you have considered, etc..).

JovanVeljanoski commented 3 years ago

This kind of issue, more like a wishlist is not very helpful. We know there are many features we would still like to have, and are working on the things we think have the most impact and are possible to implement right now without scarifying what vaex is all about.

Based on what you wrote, i'd kindly ask you to go over the docs, especially the tutorial and the notebook examples.

PRs to things you find missing are always helpful :)