Closed jamesrkg closed 6 years ago
I wonder if this will naturally resolve with #86.
I've tested this again following #86 and it does appear to be resolved, so I'm closing this ticket.
Re-opening this - it's actually not solved after all.
Old code we had in place that took care of naming subvariables of he copied variable. This is no longer the case as Crunch now takes care of that. Fixed in: https://github.com/Crunch-io/scrunch/commit/f4993e529ffd737b5601dd2d917157783653bfce
When using
ds.copy_variable()
to copy amultiple_response
the resulting subvariable names end up in the wrong place.List the
id
andname
for each subvariable in the originalQ3
and give their frequencies:Liarinf the
id
andname
for each subvariable in the resultingQ3_dp
and give their frequencies:FYI convenience I am using the function given here to generate those frequencies.