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

Pandas and Big Data #7

Open
synapticarbors opened this issue Oct 27, 2016 · 2 comments
Open

Pandas and Big Data #7

synapticarbors opened this issue Oct 27, 2016 · 2 comments
Labels

Comments

@synapticarbors
Copy link

At the most recent meetup there was some interest about learning how to do "Big Data" with pandas. For the purpose of starting the discussion, I'll frame that as analysis/manipulation of data that is larger than can easily fit in-memory on your laptop/workstation. There are a number of tools out there to do this. The one I'm most familiar with is Dask (http://dask.pydata.org/).

Anyone interested in planning for a talk/tutorial in 2017?

cc/ @AlbertDeFusco @annafil

@AlbertDeFusco
Copy link

Sure, I'll get involved. Dask is a really great tool for getting started with larger-than-memory data.

Other things than can be discussed in the spectrum of tall data to big data:

  • pyspark and its SQL context for easy mapping to Pandas. Works on Hive, too.
  • Database access with PyODBC and SQLAlchemy
  • Blaze expression translation for back-end agnostic data access

@robert-lucente
Copy link

It is interesting how Dask has a "task graph". This concept of a task graph shows up over and over. Terraform is another example that I recently ran into (github.com/hashicorp/te­rraform)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants