Questions tagged [blaze]

Blaze is a NumPy/Pandas like interface to data analytics developed by Continuum Analytics.

Blaze is intended to provide an expressive, compact set of foundational abstractions for composing computations over large amounts of semi-structured data.

81 questions
0
votes
1 answer

Efficient storage of UNICODED text for processing with Blaze/Pandas

I have about 5 million (& growing) rows of twitter feed and I want to store them efficiently for faster read / write access using Pandas (Preferably Blaze). From that huge metadata of a single tweet, I am just storing [username, tweet time, tweet &…
Kevad
  • 2,781
  • 2
  • 18
  • 28
0
votes
1 answer

Error accessing Spark with Blaze

Trying to do something fairly straightforward with Blaze and my local Spark instance. Loading a csv file with blaze's into() and then use blaze's by() Python 3.4 Spark 1.4.0 Blaze 0.8.0 csv (simple.csv) id,car 1,Mustang 2,Malibu …
Bob Haffner
  • 8,235
  • 1
  • 36
  • 43
0
votes
1 answer

Bug/Error from Blaze Query

I am trying to use the python module blaze. when i use it on small datasets it works. when i move to larger, more complex datasets i am getting errors. I include an example below. Given the error, it seems that blaze is having trouble turning the…
Wade Bratz
  • 321
  • 1
  • 4
  • 16
0
votes
3 answers

What is Clang++ required to build Blaze?

Curious about how Blaze(next generation of NumPy) will be like, I tried to install with pip install Blaze The tarball blaze-0.1.tar.gz is downloaded, but error raised: Clang++ is required to build Blaze. Questions: What is Clang++? I assume it…
Frozen Flame
  • 3,135
  • 2
  • 23
  • 35
0
votes
2 answers

Minimal Blaze example in Anaconda Python

I am trying to get a simple Blaze example, working on Ubuntu, inside an Anaconda installation (Python 3.3). import blaze from blaze import array from datashape import dshape # array creation arr1 = array(3.142) arr2 = array([[1, 2], [3,…
tchakravarty
  • 10,736
  • 12
  • 72
  • 116
-3
votes
1 answer

Can i use Meteor.js WITHOUT any React and Angular and Blaze? I want use my own library

Can i use Meteor.js WITHOUT any React and Angular and Blaze? I want use my own library
1 2 3 4 5
6