A Python library for working with extremely large hierarchical datasets.
0
votes
0answers
4 views
Can't upgrade HDF5 using yum on CentOS-5 because of Missing Dependency
I'm having trouble upgrading hdf5 to 1.8.7 on CentOS-5. The error I get is below. I need to upgrade so I can install PyTables.
I think it's because my version of gdal doesn't support the newer ...
-2
votes
0answers
14 views
How to store data from an sql query in a HDF5 file using pytables in python
I am looking to store large amounts of numerical data from an sql query into a HDF5 file using python. I have just installed pytables after reading that this was the way to go and I have looked for ...
0
votes
0answers
7 views
How can I define a nested node structure using the same type for parent and child in PyTables?
Based on the PyTables documentation, it appears that the only way to define nested types is either to create a class level/static field with the nested type instance or to define the nested class in ...
0
votes
1answer
50 views
What is the advantage of PyTables? [closed]
I have recently started learning about PyTables and found it very interesting. My question is:
What are the basic advantages of PyTables over database(s) when it comes to huge datasets?
What is the ...
1
vote
1answer
58 views
HDF5 taking more space than CSV?
Consider the following example:
Prepare the data:
import string
import random
import pandas as pd
matrix = np.random.random((100, 3000))
my_cols = [random.choice(string.ascii_uppercase) for x in ...
0
votes
0answers
20 views
Unable to save DataFrame to HDF5 (“object header message is too large”)
I have a DataFrame in Pandas:
In [7]: my_df
Out[7]:
<class 'pandas.core.frame.DataFrame'>
Int64Index: 34 entries, 0 to 0
Columns: 2661 entries, airplane to zoo
dtypes: float64(2659), object(2)
...
1
vote
1answer
42 views
Iteratively writing to HDF5 Stores in Pandas
Pandas has the following examples for how to store Series, DataFrames and Panelsin HDF5 files:
Prepare some data:
In [1142]: store = HDFStore('store.h5')
In [1143]: index = date_range('1/1/2000', ...
0
votes
2answers
17 views
PyTables, Creating a table without opening an hdf5 file
is it possible to create a PyTables table without opening or creating an hdf5 file?
What I mean, and what I need, is to create a table (well actually very many tables) in different processes, work ...
0
votes
1answer
27 views
Using PyTables from a cython module
I am solving a set of Coupled ODEs and facing two problems: speed and memory storage. As such I use cython_gsl to create a module which solves my ODEs. Until now I had simply written the data to a ...
0
votes
0answers
15 views
Ordering of nested structures in PyTable table
Suppose I have the following PyTable column descriptor:
import numpy as np
import tables as pt
class Date_t(pt.IsDescription):
year = pt.Int32Col(shape=(), dflt=2013, pos=0)
month = ...
0
votes
1answer
33 views
HDFStore error 'correct atom type -> [dtype->uint64'
using read_hdf for first time love it want to use it to combine a bunch of smaller *.h5 into one big file. plan on calling append() of a HDFStore. later will add chunking to conserve memory.
...
0
votes
1answer
31 views
reverse iterate pytable with itersorted and negative step produces OverflowError
I'm trying to sort a pytable according to a column, and then reverse iterate with itersorted using a negative step. This is possible according to the documentation:
...
0
votes
1answer
40 views
(In Pandas) Why is frequency information lost when storing in HDF5 as a Table?
I am storing timeseries data in HDF5 format within pandas, Because I want to be able to access the data directly on disk I am using the PyTable format with table=True when writing.
It appears that I ...
0
votes
0answers
23 views
How to use easy_install to install locally?
I try to install PyTables package using easy_install.
My problem is that I am not root on the system and am not allowed to write to /usr/local/lib/python2.7/dist-packages/ directory.
To solve this ...
0
votes
2answers
81 views
Construct huge numpy array with pytables
I generate feature vectors for examples from large amount of data, and I would like to store them incrementally while i am reading the data. The feature vectors are numpy arrays. I do not know the ...
0
votes
1answer
46 views
PyTables - condition syntax - string slicing possible?
I naively tried this while querying a table:
rows = [ x['title'] for x in table.where("""title[-11:] == 'string ends'""") ]
resulting in: TypeError: 'VariableNode' object has no attribute 'getitem'
...
2
votes
1answer
29 views
PyTables Column to normal python list
I am playing around with PyTables, and stumbled into something I thought would be obvious. I am following the tutorial, but I guess I misunderstand.
I have a PyTables Column object and I want to ...
6
votes
4answers
214 views
Time based data analysis with Python
I've got a project where physical sensors send data to the server. Data is send irregularly - after something activated a sensor, but not less often than every 20 minutes. On the server data is stored ...
0
votes
1answer
28 views
PyTables in-kernel search on Time64Col
I'm using PyTables 2.4.0 and Python 2.7
I've got a database that contains the following typical table:
/anc/asc_wind_speed (Table(87591,), shuffle, blosc(3)) 'Wind speed'
description := {
...
1
vote
1answer
124 views
HDFStore.append(string, DataFrame) fails when string column contents are longer than those already there
I have a Pandas DataFrame stored via an HDFStore that essentially stores summary rows about test runs I am doing.
Several of the fields in each row contain descriptive strings of variable length.
...
4
votes
1answer
78 views
HDFStore: table.select and RAM usage
I am trying to select random rows from a HDFStore table of about 1 GB. RAM usage explodes when I ask for about 50 random rows.
I am using pandas 0-11-dev, python 2.7, linux64.
In this first case the ...
3
votes
1answer
214 views
Pandas “Group By” Query on Large Data in HDFStore?
I have about 7 million rows in an HDFStore with more than 60 columns. The data is more than I can fit into memory. I'm looking to aggregate the data into groups based on the value of a column "A". The ...
1
vote
0answers
49 views
Is the only way to add a column in PyTables to create a new table and copy?
I am searching for a persistent data storage solution that can handle heterogenous data stored on disk. PyTables seems like an obvious choice, but the only information I can find on how to append new ...
0
votes
0answers
26 views
pytables: how to recover after a write error?
I accidently wrote to a pytable file from two processes simultaniously(in append mode) and now I'm having trouble performing further operations on it.
I opened the h5file up in hdfview(graphical ...
0
votes
0answers
46 views
Query PyTables Nested Columns
I have a table with a nested table column, route. Beneath that are two other nested datatypes, master and slave that both have an integer id and string type field.
I would like to run something like ...
0
votes
1answer
121 views
Pytables on Enthought Python for OS X 10.8.2
I've been struggling to get pytables and the underlying HDF5 library working on python in OS X, so thought I'd give the Enthought distribution a go (which will also greatly simplify deployment across ...
0
votes
0answers
30 views
How to determine size (in bytes) *in memory* of a PyTables array?
I previously asked about the overall size of a PyTables array.
Now I'm looking to find out how much space in memory a PyTables array occupies at a given moment. Theoretically much of the array is ...
0
votes
3answers
37 views
How to determine size (in bytes) of a PyTables array?
How can I determine the size (in bytes) of a PyTables Array?
0
votes
0answers
48 views
Python pytables: cant create array of datetime64[ns]
I can create float64 array and save it into Earray (pytables, HDF5 database). It's easy:
rand=np.random.randn(5000)
atom_num = tables.Atom.from_dtype(rand.dtype)
array_c = ...
9
votes
3answers
353 views
PyTables dealing with data with size many times larger than size of memory
I'm trying to understand how PyTables manage data which size is greater than memory size.
Here is comment in code of PyTables (link to GitHub):
# Nodes referenced by a variable are kept in ...
0
votes
1answer
42 views
How to change the an HDF5 table title (created using pytables)
I was wondering if there was a way to change the title of an HDF5 table, that I created in my python code, using pyTables. I gave the wrong title string, and I need too change it now, so when I open ...
2
votes
1answer
500 views
merging two tables with millions of rows in python
I am using python for some data analysis. I have two tables, the first (lets call it 'A') has 10 million rows and 10 columns and the second ('B') has 73 million rows and 2 columns. They have 1 column ...
0
votes
1answer
108 views
“Global array” parallel programming on distributed memory clusters with python
I am looking for a python library which extends the functionality of numpy to operations on a distributed memory cluster: i.e. "a parallel programming model in which the programmer views an array as a ...
1
vote
1answer
157 views
Pytables. How to get iterate over unique values?
I have a dataset in Pytables, which looks something like
class myData(IsDescription):
date = StringCol(16)
item = Int32Col()
I have multiple items per same date, for example:
...
0
votes
2answers
166 views
Efficiently store a large sparse matrix (float) [duplicate]
I am looking for a solution to store about 10 million floating point (double precision) numbers of a sparse matrix. The matrix is actually a two-dimensional triangular matrix consisting of 1 million ...
1
vote
1answer
67 views
How to use `slice` objects to read a pytables.CArray?
How can I use slice objects to access a tables.CArray? What I currently have is
In: coord_slice
Out: [slice(0, 31, None), slice(0, 5760, None), slice(0, 2880, None)]
In: _ds
Out: /data/mydata ...
1
vote
2answers
99 views
Sorting very large 1D arrays
I'm about to try out Pytables for the first time and I need to write my data to the hdf file per time step. I'll have over 100,000 time steps. When I'm done, I would like to sort my 100,000+ x 6 ...
0
votes
0answers
89 views
Append data to arrays in PyTables
I am looking to create a reverse lookup table in Python using PyTables.
The data is a UniproKB Mapping File, ~4.9GB, that maps UniprotKB Accessions to various other accessions, GO Terms, and IDs. My ...
2
votes
0answers
71 views
Text-Based Databases for Log Search? [closed]
I am working on a large amounts of multidimensional log data at my company. I have to save and retrieve data from my text database really fast because there are amounts of data and if I build a search ...
1
vote
1answer
310 views
PyTables/HDF5 KERNEL32.dll error
I have recently installed HDF5 1.8.9 and PyTables 2.4.0 on Windows XP using Python 2.7.2 with the following installed from binaries from PyPI (when available) or ...
0
votes
1answer
94 views
Nested Iteration of HDF5 using PyTables
I am have a fairly large dataset that I store in HDF5 and access using PyTables. One operation I need to do on this dataset are pairwise comparisons between each of the elements. This requires 2 ...
1
vote
1answer
85 views
Fill pytable using SQL query
I would like to use a dataset equivalent in Python. I want to fill a dataset with data using psycopg2's cursor.fetchall() and then all future queries from this dataset.
I have learned that pytables ...
2
votes
0answers
139 views
Problems getting HDF5 to work with pyTables
I've been banging my head against the wall trying to set up pyTables on OSX 10.8. I'm running the Enthought python distribution, have installed pyTables and numexpr with PIP, and used Homebrew to ...
0
votes
0answers
38 views
Is there a way to perform an “asof” search on PyTables HDF5 file?
I currently use PyTables to generate a dataset that is indexed by a timestamp and a symbol. The problem that I have is that the data is stored at irregular intervals. For example:
See below for ...
2
votes
1answer
177 views
Read multiple HDF5 files in Python using multiprocessing
I'm trying to read a bunch of HDF5 files ("a bunch" meaning N > 1000 files) using PyTables and multiprocessing. Basically, I create a class to read and store my data in RAM; it works perfectly fine in ...
1
vote
0answers
111 views
Scala or Java analogues of PyTables & numexpr
I am looking for Scala or Java analogues of numexpr and PyTables (particularly tables.Expr).
This is for a multicore analytics systems on multicore machines which needs to perform matrix operations ...
0
votes
1answer
259 views
Python: Can i set global variables in a package __init__ module?
So i'm reading Alex Martelli's answer to other question...
"One example in which I may want initialization is when at package-load time I want to read in a bunch of data once and for all (from ...
1
vote
0answers
70 views
How to define atom for Pytables EArray creation
Trying to create a Pytables EArray on the run based on one column from a numpy recarray. This seems to work if I am using createArray as I can simply pass it the numpy array extracted from the ...
1
vote
0answers
169 views
numpy and pytables issue (error: tuple index out of range)
I am new to python and pytables. Currently I am writing a project about clustering and KNN algorithm. That is what I have got.
********** code *****************
import numpy.random as npr
...
1
vote
1answer
684 views
`pip install tables` fail with ERROR:: Could not find a local HDF5 installation
Here's the detailed error message I am getting when I attempt to install PyTables on Mac OSX.
calvin$ pip install tables
Downloading/unpacking tables
Downloading tables-2.4.0.tar.gz (8.9MB): 8.9MB ...

