Displaying 20 results from an estimated 86 matches for "2901".
Did you mean:
201
2013 Dec 04
3
agregar meses con compras 0 cuando no aparece mes por no. de cliente
...No todos los vendedores tienen ventas todos los meses.
A los vendedores que aparecen en la lista quiero agregarles ventas iguales
cero en aquellos meses que no aparecen en el data.frame.
Por ejemplo el data.frame se podría ser así:
no_cliente ventas mes
1 1 1
1 223 2
1 224 3
3 447 1
78 335,75 8
2901 186,3 2
2901 886,18 3
2901 1013,39 7
2901 979,14 9
2901 177,09 6
Tendría que quedar de la siguiente manera:
no_cliente ventas mes
1 1 1
1 223 2
1 224 3
1 0 4
1 0 5
1 0 6
1 0 7
1 0 8
1 0 9
1 0 10
1 0 11
1 0 12
3 447 1
3 0 2
3 0 3
3 0 4
3 0 5
3 0 6
3 0 7
3 0 8
3 0 9
3 0 10
3 0 11
3 0 12
78 0 1
78 0...
2013 Dec 04
0
agregar meses con compras 0 cuando no aparece mes por no. de cliente
...o no usaría ceros cuando el dato
no esta disponible ( me saltearía el último paso de la rutina que te
mando). Seguramente hay mejores y mas eficientes maneras de hacerlo en R
pero esta es una quizás no muy elegante:
original <- matrix( c(1 ,1 ,1,
1, 223, 2,
1, 224, 3,
3, 447, 1,
78, 335.75, 8,
2901, 186.3, 2,
2901, 886.18, 3,
2901, 1013.39, 7,
2901, 979.14, 9,
2901, 177.09, 6), ncol= 3, byrow= TRUE)
df_original <- as.data.frame(original)
colnames(df_original) <- c('no_cliente', 'ventas', 'mes')
aux <- unique(data.frame( no_cliente = rep(unique(df_original$no...
2018 Oct 09
0
CEBA-2018:2901 CentOS 6 device-mapper-multipath BugFix Update
CentOS Errata and Bugfix Advisory 2018:2901
Upstream details at : https://access.redhat.com/errata/RHBA-2018:2901
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
191159007dd2de10d39766e0d1d4787f5373867a2e6ef16c59b8e5c4959723d2 device-mapper-multipath-0.4.9-106.el6_1...
2020 Oct 02
3
Lahman Baseball Data Using R DBI Package
...2911 NL 130 NA 489 100 161 29 3 44 97 30
107419 107419 youngal01 2019 1 ARI 2896 NL 17 NA 25 1 1 0 0 0 0 0
107420 107420 zagunma01 2019 1 CHN 2901 NL 30 NA 36 2 9 3 0 0 5 0
107422 107422 zavalse01 2019 1 CHA 2900 AL 5 NA 12 1 1 0 0 0 0 0
107427 107427 zimmery01 2019 1 WAS...
2004 Jan 24
1
rsync bug?
...ng Rsync for a short while now and learned only how to setup a basic rsync server and rsync on another.
When im on machine 2, i get this error
rsync: read error: Connection reset by peer
rsync error: error in rsync protocol data stream (code 12) at io.c(177)
rsync: connection unexpectedly closed (2901 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
this happens on every and any machine i try of off. All these machines are internal (machine1 ----> my switch ---> providers
switch ----> machine2)
Im not so sure they even go though providers swit...
2020 Oct 03
1
Lahman Baseball Data Using R DBI Package
...NA 489 100 161 29 3 44 97 30
>> 107419 107419 youngal01 2019 1 ARI 2896
>> NL 17 NA 25 1 1 0 0
>> 0 0 0
>> 107420 107420 zagunma01 2019 1 CHN 2901 NL
>> 30 NA 36 2 9 3 0 0
>> 5 0
>> 107422 107422 zavalse01 2019 1 CHA 2900
>> AL 5 NA 12 1 1 0 0
>> 0 0 0
>> 107427 107427 zimm...
2011 Jul 07
2
subset from a dataset after comparing its one column to a related vector
...dataset:
data:
X1 X2 X3 X4 X5
1902 RE 3 594 9
1903 RE 3 1340 7
1904 AA 3 760 14
1908 RE 4 1759 18
1909 EX 2 387 1
2901 AU 6 3116 2
3801 AA 1 304 29
3902 RE 5 2482 6
I need to select rows of a data set based on the common observations of X1.
Using intersect command I got the common observations of X1 from the two data
sets as:
comm...
2020 Oct 08
0
Lahman Baseball Data Using R DBI Package
...9 100 161 29 3 44 97 30
> >> 107419 107419 youngal01 2019 1 ARI 2896
> >> NL 17 NA 25 1 1 0 0
> >> 0 0 0
> >> 107420 107420 zagunma01 2019 1 CHN 2901 NL
> >> 30 NA 36 2 9 3 0 0
> >> 5 0
> >> 107422 107422 zavalse01 2019 1 CHA 2900
> >> AL 5 NA 12 1 1 0 0
> >> 0 0 0
&g...
2011 Sep 22
1
New CVE for Xen
There''s few CVE for Xen, are we affected, and are fixes planned for
Lenny, Squeeze and Unstable?
* A denial of service (Host Crash) in the XEN
hypervisor. (CVE-2011-2901)
* A bug was found in the way Xen handles CPUID
instruction emulation during VM exits. An unprivileged
guest user can potentially use this flaw to crash the
guest. (CVE-2011-1936)
* A 64-bit guest can get one of its vcpus into
non-kernel mode without first providing a valid non-kernel...
2020 Oct 08
1
Lahman Baseball Data Using R DBI Package
...3 44
> 97 30
> > >> 107419 107419 youngal01 2019 1 ARI 2896
> > >> NL 17 NA 25 1 1 0 0
> > >> 0 0 0
> > >> 107420 107420 zagunma01 2019 1 CHN 2901 NL
> > >> 30 NA 36 2 9 3 0 0
> > >> 5 0
> > >> 107422 107422 zavalse01 2019 1 CHA 2900
> > >> AL 5 NA 12 1 1 0 0
> > &g...
2013 Jun 25
2
syslinux6 EFI fail to boot via pxe
...n line 273
Than you perform a core_udp_disconnect at line 286
Now you perform a new core_udp_connect to port y which set the source port to x + 1 at line 287
for example:
Client | Server
TFTP get file 2900 > 69
Response tsize 2900 < 7012
ACK blk 0 2901 > 7012 <-- wrong source port
Now the TFTP is failing, because he expect the filetransfer client port as the same as the initial filerequest.
Maybe that help to solve the problem
Regards
Michael
2011 Oct 09
1
Btrfs High IO-Wait
...784 0 784 0 sdb
ceph-osd 3112 728 0 728 0
sda5, sdb
ceph-osd 3110 191 0 191 0 sda7
perl 3628 13 13 0 0 sda5
flush-8:16 2901 8 0 8 0 sdb
kjournald 272 3 0 3 0 sda5
dmesg 3630 1 1 0 0 sda5
sleep 3629 1 1 0 0 sda5
I think that is the s...
2008 Feb 12
3
problems plotting geom_line on ggplot2
Se ha borrado un texto insertado con un juego de caracteres sin especificar...
Nombre: no disponible
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080212/16ba8b97/attachment.pl
2011 Nov 07
6
[XCP] Error when trying to import vmware images
...Followed by a stack trace (I can attach full logs if requested)
I get this same error when trying to import exported OVF files from VMware
Workstation
The citrix guide also mentions using xe vm-import, this gives me:
[root@xcp ~]# xe vm-import filename=/mnt/vmware/MyVM.vmdk
sr-uuid=2c8e28b5-e0b4-2901-9635-1c824f43aeb6
The VM could not be imported.
msg: INTERNAL_ERROR: [ Failure("int_of_string") ]
I have also run "qemu-img convert -f vmdk MyVM.vmdk -O raw xen_compat.img"
and tried to "xe vm-import" the img file but was presented with the same
error.
What am I doin...
2009 Aug 24
3
Per user namespace
...documented feature.
+--------------------------------------------------------------------
Ashley M. Kirchner <mailto:ashley at pcraft.com> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Imaging . 2901 55th Street
http://www.pcraft.com ..... . . . Boulder, CO 80301, U.S.A.
2018 Oct 10
0
CentOS-announce Digest, Vol 164, Issue 1
...announce digest..."
Today's Topics:
1. CESA-2018:2881 Critical CentOS 6 firefox Security Update
(Johnny Hughes)
2. centos-release-7-5.1804.5.el7.centos update (Johnny Hughes)
3. CESA-2018:2884 Critical CentOS 7 firefox Security Update
(Johnny Hughes)
4. CEBA-2018:2901 CentOS 6 device-mapper-multipath BugFix Update
(Johnny Hughes)
5. CEBA-2018:2895 CentOS 6 libcgroup BugFix Update (Johnny Hughes)
6. CEBA-2018:2894 CentOS 6 mailx BugFix Update (Johnny Hughes)
7. CEBA-2018:2897 CentOS 6 zsh BugFix Update (Johnny Hughes)
8. CEBA-2018:2899 CentOS...
2014 Nov 03
2
[LLVMdev] Virtual register def doesn't dominate all uses
...uing at 2566
Match failed at index 2575
Continuing at 2628
Match failed at index 2639
Continuing at 2659
Match failed at index 2663
Continuing at 2700
Continuing at 2701
Continuing at 2702
Match failed at index 2703
Continuing at 2817
Match failed at index 2818
Continuing at 2901
Match failed at index 2902
Continuing at 2985
Match failed at index 2986
Continuing at 3100
Match failed at index 3101
Continuing at 3215
Match failed at index 3216
Continuing at 3330
Match failed at index 3331
Continuing at 3445
Match failed at index 3447
Continuing at 3591...
2017 Jun 27
2
Gluster volume not mounted
...-----------------------------------------------------------------------
Brick 192.168.170.141:/gluster_bricks/data/
data 49157 0 Y
11967
Brick 192.168.170.143:/gluster_bricks/data/
data 49157 0 Y
2901
Brick 192.168.170.147:/gluster_bricks/data/
data 49158 0 Y
2626
Self-heal Daemon on localhost N/A N/A Y
16211
Self-heal Daemon on 192.168.170.147 N/A N/A Y
3402
Self-heal Daemon on 192.168.170.143...
2000 Sep 26
1
Object modification date
R-users:
Can someone tell me how to obtain the date and time an object was last
modified in R?
I'm using version 1.1.1 for Windows.
thanks
--
Jack Lewis Redwood Sciences Laboratory
707-825-2929 voice Pacific Southwest Research Station
707-825-2901 fax USDA Forest Service
jl7001 at axe.humboldt.edu http://www.rsl.psw.fs.fed.us
jlewis01 at fs.fed.us (alternate)
--------------------------------------------
Thought must be divided against itself before it can come to any
knowledge of itself....
2007 Oct 09
0
mutex
Few quick questions.
What is the risk of turning off the mutex lock? I have a particular
controller which fires off snmpwalks/gets to pull back data. It works
great if everything is up, but when I test against a hung snmp server,
I notice that lock getting in the way of other requests.
I have just ran a test with mutex turned off and it seems to work
great. But, I was wondering what the risk