Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: ecosystem.rst: Vaex #20335

Closed
westurner opened this issue Mar 13, 2018 · 3 comments · Fixed by #20345
Closed

DOC: ecosystem.rst: Vaex #20335

westurner opened this issue Mar 13, 2018 · 3 comments · Fixed by #20345
Labels
Milestone

Comments

@westurner
Copy link
Contributor

westurner commented Mar 13, 2018

Is it appropriate to add vaex to ecosystem.rst? What should the heading link and description be?

Vaex is a python library for Out-of-Core DataFrames (similar to Pandas), to visualize and explore big tabular datasets. It can calculate statistics such as mean, sum, count, standard deviation etc, on an N-dimensional grid up to a billion (109) objects/rows per second. Visualization is done using histograms, density plots and 3d volume rendering, allowing interactive exploration of big data. Vaex uses memory mapping, zero memory copy policy and lazy computations for best performance (no memory wasted).

https://github.com/pandas-dev/pandas/blob/master/doc/source/ecosystem.rst

@TomAugspurger
Copy link
Contributor

👍 @maartenbreddels is that a good description for inclusion in http://pandas.pydata.org/pandas-docs/stable/ecosystem.html?

Side-note, we should maybe rephrase the opening sentence

Increasingly, packages are being built on top of pandas to address specific needs in data preparation, analysis and visualization.

That implies (... states) that all these are built on top of pandas. Some are, but others just have nice integration to / from pandas.

@maartenbreddels
Copy link

👍 thanks, that looks good indeed, maybe replace (109) by $10^9$ is latex is supported, otherwise 10**9 for the Python readers.

westurner added a commit to westurner/pandas that referenced this issue Mar 14, 2018
@westurner
Copy link
Contributor Author

10\ :sup:`9`

@sinhrks sinhrks added the Docs label Mar 14, 2018
@jreback jreback added this to the 0.23.0 milestone Mar 15, 2018
@jorisvandenbossche jorisvandenbossche modified the milestones: 0.23.0, Next Major Release Mar 29, 2018
@jorisvandenbossche jorisvandenbossche modified the milestones: Contributions Welcome, 0.24.0 Jul 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants