-
Hello,
I am trying to use qpython for the first time. One of my use cases is to run a query and dump data to csv file. Is there an easy way to do so? I can write individual rows, but how do I get col…
-
Attempting to write a DataFrame/Series with an integer index that does not contain zero will throw an exception:
```
df = DataFrame({'k':[1,2,3],'v':['a','b','c']}).set_index('k')
q.sync('`test set',…
-
It seems that np.datetime64 assumes UTC when KDB is showing a local timestamp. Any way to get around this?
``` python
In [67]: conn.sync("string .z.Z")
Out[67]: '2015.08.25T18:03:28.368'
In [69]: pr…
-
Hallo.
I just want to ask for kivy module. Is it possible to add this?
The installation from pip dont work.
-
Getting the same error on OS X and Ubuntu 14.
``` shell
(env.example.com)vagrant@vagrant-ubuntu-trusty-64:~$ pip install basehash
Downloading/unpacking basehash
Downloading BaseHash-3.0.1.zip
Run…
nsh87 updated
9 years ago
-
Sample code:
``` python
qc = QConnection(host='localhost', port=5000).open()
# this does not work. tbl is not created as an empty table on the server
qc.query(MessageType.SYNC, "tbl: ([] col1: (); co…
lcota updated
9 years ago
-
The document is here: http://devrel.zoomquiet.io/data/20140815211242/index.html
-
warning: no previously-included files matching '*.pyc' found anywhere in distribution
unable to execute arm-linux-androideabi-gcc: No such file or directory
error: Setup script exited with error: comm…
-
Enforcing the data type as `QFLOAT_LIST` doesn't seem to work, as the KDB+ result is real (`e`), not float (`f`). Am I missing something?
```
from pandas import Series,DataFrame
import numpy as np
im…
-
hi..........please when i use switch in xml layout....make it restart and not working?
and i have another question please
is there anyway way to show layout not full screen? its important hope you hel…