Displaying 18 results from an estimated 18 matches similar to: "Flexible rbind"
2013 Jan 11
2
Merging list of dataframes with reshape merge_all
Hi,
I'd like to merge mutliple dataframes from a list of dataframes by some common
columns. The approach for simply merging 2 dataframes is working with:
merge(df1,df2,by=c("col1","col2","col3"),all=TRUE)
For mutliple dataframes in a list I try to use the merge_all command
from the package reshape.
The documentation states that the command takes a list of
2004 Jun 23
4
1.0-test22 - maildir fixed?
http://dovecot.org/test/
Well, remember when I said:
> Here you go, maildir syncing problems finally fixed (I hope). Well,
> except there's this "new-dir-only syncing" optimization which I'm not
> really sure if it works as it should.
Just before I found the expunge bug in index, I was trying to fix the
new-dir-only syncing because the code looked wrong. Then I
2010 Nov 16
2
help using function merge_all()
Hi,
I want to merge 4 data frames with one column in common but I am
getting error message while using this function. Can any one help me out.
> merge_all(Br,Ki,Lu,Pr,by="Genes")
Error: could not find function "merge_all"
I have installed the package: reshape but I still get this error
--
View this message in context:
2012 Sep 06
2
merge a list of data frames
I have a list of data frames:
> str(data)
List of 4
$ :'data.frame': 700773 obs. of 3 variables:
..$ V1: chr [1:700773] "200130446465779" "200070050127778" "200030633708779" "200010587002779" ...
..$ V2: int [1:700773] 0 0 0 0 0 0 0 0 0 0 ...
..$ V3: num [1:700773] 1 1 1 1 1 ...
$ :'data.frame': 700773 obs. of 3 variables:
..$
2004 Jun 19
0
1.0-test18
http://dovecot.org/test/
Again mostly just mbox fixes. The good thing is that the code is only
getting cleaner and more understandable with every release. But I think
it's clean enough now that this release should work :)
It also has checkpassword passdb support. Supporting it as userdb isn't
yet implemented. I think I'll make some generic caching thingy, so that
if passdb is same as
2005 Aug 03
2
Old Samples
One of the failure modes for the old samples is that the application
will close right away. This appears to be caused by calling show(TRUE)
inside of a frame''s initialize. Before I dig too far into it, is such a
thing disallowed now? I don''t see anything inherently wrong with it.
If it''s supposed to work then I''ll dig into it further. There''s
2004 Jun 18
3
1.0-test17
http://dovecot.org/test/
Just mbox fixes since 1.0-test16. The logic is simpler and more correct
now. Can anyone break it anymore? I actually tested it a while with
Evolution and several mailboxes and it didn't break at least
immediately. :)
Now maybe a few more days and I dare trying this thing myself with my
real mboxes (yes, I'm still using them).
Dovecot mailing list archives could
2005 Aug 03
3
debs for 1.0?
Hi,
0.99 is running nicely on my sarges, but I need
pop3_uidl_format = %f for Courier compatibility.
I can't find any debs more recent than test22 of over a year ago
(those are at http://src.braincells.com/dovecot-test/).
Even though google turns up
http://hemma.tobbe.nu/debian/mini-dinstall/incoming/dovecot_1.0.test46-1_i386.changes
searching for dovecot on packages.debian.org (any
2009 Mar 08
1
Merge 10 data frames with 3 id columns that are common to all data frames
Hi R users,
Can anyone share some example code using merge_all (from the reshape
package) to merge 10 data frames into 1 file.
Thanks in advance for any help!
--
View this message in context: http://www.nabble.com/Merge-10-data-frames-with-3-id-columns-that-are-common-to-all-data-frames-tp22402493p22402493.html
Sent from the R help mailing list archive at Nabble.com.
2012 Apr 11
1
Merging multiple .csv files
Hi all,
I wish to merge 24 .csv files, each having a common identifier-column
("Name") and do two things:
1. Retrieve the common one's. [Analogy: while merging 2-dataframes, similar
to using: merge (.... ,by="Name", all=FALSE) ]
2. Retrieve all, i.e., the union of the rows of 24 files. [again, somthing
like: merge (.... ,by="Name", all=TRUE) ]
On the web,
2008 Apr 01
1
stalling on LOGIN
I'm getting strange timeouts occasionally on Dovecot 1.0.rc15 on
Debian 4.0, and haven't been able to figure out the cause.
$ ./src/imaptest user=test%d at imaptest.com host=localhost pass=foo
mbox=~/dovecot-crlf - select=0
Logi Logo
100% 100%
2 4 7/ 10
0 0 10/ 10
0 0 10/ 10
0 0 10/ 10
0 0 10/ 10
0 0 10/ 10
0 0 10/ 10
0 0
2010 Oct 07
1
Problem with dovecot-acl was not solved
Problems with acl in dovecot-1.2.15 was not solved! See my configs below.
And I see the new bug - still something wrong with configs:
cat dovecot-acl:
user=t1 lrwsti
#user=oper-olegs lrwsti
#user=oper-antona lrwsti
user=operdss lr
#user=operdss lrwsti
User t1 can't create subfolers in inbox. He can only create subfolders in the first levels:
Inbox
test3
test4
Outbox
Sent
Trash
Test1 - test
2010 May 07
2
Merge Multiple Datasets
Hi,
I've got a bunch of datasets (each has an "ID" column) that I'd like to
merge into one big datasets.
After a google search I found
http://tolstoy.newcastle.edu.au/R/help/05/08/11131.html . However, I'm
wondering if there is an easy way to do this as I've got about 12
datasets to be merged (all in the same format: an "ID" column and a
"Frequency"
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
Hello all,
The itanium demangler in libcxxabi (and also, llvm/lib/Demangle) is
really slow. This is largely because the textual representation of the
symbol that is being demangled is held in a std::string, and
manipulations done during parsing are done on that string. The demangler
is always concatenating strings and inserting into the middle of
strings, which is terrible. The fact that the
2004 Jun 16
2
1.0-test16 - nearing usable state
http://dovecot.org/test/
Here you go, maildir syncing problems finally fixed (I hope). Well,
except there's this "new-dir-only syncing" optimization which I'm not
really sure if it works as it should.
The bug really was in index code as I was beginning to suspect. The good
thing is that while trying to figure it out over the last several weeks
I thought of many other potential
2008 Apr 22
3
how to read in multiple files with unequal number of columns
Dear all,
I want to read in 1000 files which contain varying number of columns.
For example:
file[1] contains 8 columns (mixture of characters and numbers)
file[2] contains 16 columns etc
I'm reading everything into one big data frame and when I try rbind, R
returns an error of
"Error in rbind(deparse.level, ...) :
numbers of columns of arguments do not match"
Below is my
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused.
Here are the commands I have entered:
> data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",")
> NumberOfActionsByStatus = data$STATUS
> NumberOfActionsByUser = data$ETS_LOGIN
> NumberOfBidOffer = data$BID_OFFER
> NumberOfActionsByUser.freq = table(NumberOfActionsByUser)
>
2014 Oct 03
2
[LLVMdev] Weird problems with cos (was Re: [PATCH v3 2/3] R600: Add carry and borrow instructions. Use them to implement UADDO/USUBO)
Hi Tom, Matt,
I'm running into strange issues with the cos test (piglit
generated_tests/cl/builtin/math/builtin-float-cos-1.0.generated.c)
I have been seeing random failures (incorrect results) for some time and
tried to investigate. the weird part is that the failures are not 100%
reproducible, sometimes the tests pass, or partly pass
(it's usually float8 and float16 subtests that