-
Currently when you try to save a dataframe that contains a column of string values, you get an error that the tickstore only handles int64, float64 and U.
The problem here is that the dtype for the s…
-
#### Arctic Version
1.57.0
#### Arctic Store
VersionStore, TickStore
#### Description of problem and/or code sample that reproduces the issue
Using frombuffer and using data of type string,…
-
Hi, I've heard a bit about arctic and I'm excited to give it a try. My system is Windows 7 32-bit and I've installed the Anaconda 2.4.0 distribution.
I have read Issue #6 and I think I am having a d…
-
#### Arctic Version
```
# 1.49.0
```
#### Arctic Store
```
# TickStoreV3
```
#### Description of problem and/or code sample that reproduces the issue
When data are collected from an…
-
Hello,
it will be nice to enable Landscape https://landscape.io/
It can help to track many bugs (even before you noticed them)
For example
this https://github.com/manahl/arctic/issues/49
https://g…
-
#### Arctic Version
1.65
#### Arctic Store
All stores which use compression
#### Description of problem and/or code sample that reproduces the issue
The new LZ4 library has a very f…
-
Hi, I am new to arctic and I am trying to write my pandas.dataframe to tickstore.
Pandas uses native python strings, which require an object dtype. Therefore an array of strings in pd.dataframe's dty…
-
#### Arctic Version
```
1.56.0
```
#### Arctic Store
```
N/A
```
#### Platform and version
Linux Mint 18.0
#### Description of problem and/or code sample that reproduces the issu…
-
#### Arctic Version
```
1.52.0 (from github repo)
```
#### Arctic Store
```
TickStore
```
#### Platform and version
Ubuntu 16.04LTS
#### Description of problem and/or code sample…
-
Hi, is there any tutorial for storing tick data and how to update the data for my symbols?