hdf5
PyTables batch get and update
I have daily stock data as an HDF5 file created using PyTables. I would like to get a group of rows, process it as an array and then write it back to disk (update rows) using PyTables. I couldn\'t fig[详细]
2023-02-11 14:07 分类:问答Experience with using h5py to do analytical work on big data in Python?
I do a lot of statistical work and use Python as my main language. Some of the data sets I work with though can take 20GB of memory, which开发者_Go百科 makes operating on them using in-memory function[详细]
2023-02-08 05:23 分类:问答What is the fastest way to load data in Matlab
I have a vast quantity of data (>800Mb) that takes an age to load into Matlab mainly because it\'s split up into tiny files each <20kB.They are all in a prop开发者_如何学JAVArietary format which I[详细]
2023-02-07 04:12 分类:问答merging 2 hdf5 files with pytables
ptrepack is almost what i want except that it only has the options to overwrite or ignore duplicate paths. the example below illustrates what i want to happen with the structures[详细]
2023-01-28 07:25 分类:问答Google Protocol Buffers, HDF5, NumPy comparison (transferring data)
I need help to make decision. I have a need to transfer some data in my application and have to make a choice between these 3 technologies.[详细]
2023-01-24 04:51 分类:问答Sparse array support in HDF5
I need to store a 512^3 array on disk in some way and I\'m currently using HDF5. Since the array is sparse a lot of d开发者_如何学Pythonisk space gets wasted.[详细]
2023-01-13 03:54 分类:问答hdf viewer on windows for tables created using pyTables?
viTables only seems to work with python 2.5.I have downloaded HDFView, but when I try to open a table I created following this tutorial, I get the following error message:[详细]
2023-01-12 08:20 分类:问答BadImageFormatException: PInvoke ImportDll with hdf5dll.dll
Ok, I have the HDF5 library downloaded from the official site, and I have a few DLLs, including hdf5dll.dll, and hdf5_hldll.dll.[详细]
2023-01-11 21:29 分类:问答How to create a group on an existing HDF5 file? (HDF5)
I have a 3rd party utility written in C++ that creates an HDF5 fi开发者_StackOverflow社区le with a single data group.[详细]
2023-01-11 21:26 分类:问答HDF5 write thread concurrency
Is HDF5 able to handle multiple threads on its own, or does it have to beexternally synchronized? The OpenMP example suggests the latte开发者_如何学Cr.[详细]
2023-01-04 15:42 分类:问答