Discussion on:

1
Comments

Join the conversation!

Follow via:
RSS
Email Alert
0 Votes
+ -
I had a situation where I had to "sanitize" existing data for use in training. The data included birth dates. I didn't want to leave them as-is because that could aid in identifying the underlying real person, but I also didn't want to use a completely random date, or even the sort of random date with a range as described here. What I did was to start with the existing date and fuzz it up a little as follows:

=birthdate+randbetween(-30,30)

(format as date, of course,)

So, the date was still "reasonable" but was off from the real date by 0-30 days in either direction.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.