search for: 3million

Displaying 6 results from an estimated 6 matches for "3million".

Did you mean: million
2008 Jul 08
3
extracting index list when using tapply()
Hello, The quick version of my question is how can I extract a matrix instead of a vector using tapply()? I would like to be able to access both the results of tapply() and also the index variables. In case further explanation would help: I am analyzing a large (3million rows x 9 columns) spatial/temporal dataset and am attempting to calculate the number of unique years containing any data within each geographic area (10 degree cells in this case). I can do this, but I also want to extract a subset vector of the index variable (area). My script to calculate the nu...
2016 Sep 21
2
Proposed Contribution for the "How To's" Section
...ers of different kinds. Bacula is relatively easy to use and very efficient, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. In technical terms, it is an Open Source, network based backup program. So far there have been over 3Million downloads of Bacula, and it is used by many leading data centers and research establishments around the world, such as NASA. The proposed location of my Wiki contribution is https://wiki.centos.org/HowTos/BaculaBackups Many thanks and best regards, Rob http://blog.bacula.org/ -----------...
2012 Jul 02
1
apply with multiple conditions
Hello all, I have written a for loop to act on a dataframe with close to 3million rows and 6 columns and I would like to pass it to apply() to speed the process up (I let the loop run for 2 days before stopping it and it had only gone through 200,000 rows) but I am really struggling to find a way to pass the arguments. Below are the loop and the head of the dataframe I am workin...
2006 Nov 28
8
how to update index from a script
Hello all, I''m using AAF right now to index my ~3million db records. However, any additions to these records are added to the database through an external script so the aaf activerecord hooks will not catch any updates. Since new records are only added rarely, I figured I could just add the new records manually in ferret from some type of script. I...
2008 Jul 08
0
Fwd: Re: extracting index list when using tapply()
...> The quick version of my question is how can I extract a matrix instead of >> a vector using tapply()? I would like to be able to access both the results >> of tapply() and also the index variables. >> >> In case further explanation would help: I am analyzing a large (3million >> rows x 9 columns) spatial/temporal dataset and am attempting to calculate >> the number of unique years containing any data within each geographic area >> (10 degree cells in this case). I can do this, but I also want to extract a >> subset vector of the index variable (a...
2010 Aug 06
5
Maildir over NFS
I'm working on bring up a new mail server to replace our current one. Our current mail server is running dovecot 1.1.16, with postfix using mbox format. User inboxes are stored locally on the mail server and all other mail folders in users home directory under mail which is NFS mounted on the mail server. For our new mail server I'm looking to switch to the Maildir format. Some