Russell S. Pierce
Russell S. Pierce
You write that: "You can see a list of columns with names(frame). You rename columns by, spookily, assigning into names(frame). Do you know how and why this works? Please educate...
Realistic scenarios frequently involve multiple analysts using the same db at the same time. Examine performance with 6+ queries going at once. Under Redshift's default options this will likely result...
I'm not sure if this will be welcomed as an issue - but I'm going to call this ~ 'small contributions' and ask for grace. ## Steps to reproduce I...
On my Windows Vista (x86) machine RED scans 15000 odd mixed content and empty folders just fine at first. During this time it uses a modest amount of the processor...
Make code examples match the new function naming.
I just purchased a BlinkStick strip (serial BS002857-3.0) and have been working with it via the python command line (blinkstick in /usr/local/lib/python2.7/dist-packages/BlinkStick-1.1.7-py2.7.egg ; and pyusb==1.0.0b1 in /usr/local/lib/python2.7/dist-packages) using Ubuntu 14.04...
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 633: ordinal not in range(128)
Diffbot is not currently installing under a fresh (docker) install of python3/ubuntu, perhaps there is an unstated dependency / or one I missed? Log from pip: ``` Downloading/unpacking diffbot Getting...
If your queue is on one redis server but you want to conduct analyses based on data from another redis server (say one operating as an LRU cache), then it...
adds support for an additional option for the argument parallelPSOCK to allow for multiple hosts on sock clusters using createPSOCKcluster rather than makeCluster (which only spawns workers on the localhost).
Feature request. Long integers are a common data-type in today's DBs, but R still lacks a native way to represent integers larger than 2147483647. Could a dependency be added to...