Null value and incorrect value
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, I having two column of data one is income and one is spending on food. For my spending on food column I have data that is null and I had data that look incorrect (number in bold) for null value i using imputation tool to input the average value am i doing it correctly? For the incorrect (number in bold) data any advice of what I should do? Here a sample of data
Income Spending on food
10900 890
2400 950
17000 1490
9700 9
15900 1310
10700
11400 38
6000 2000
5609
4050 1
Solved! Go to Solution.
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@elephant something like below? it replaces the NULL to 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@elephant
How do you define "data that look incorrect"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Like earn 5000 but spend only 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Err... how is that incorrect?
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
like it earn 9700 but spend 8 isnt that consider an incorrect or not accurate data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What... high income people can''t be frugal on food? Haha!
Let's circle back to your rawest form of data. Can you provide a sample? Let's have a look.
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You have a few options that you can take, all of which require you to define what "looks incorrect" means. As an example, ratio ([food cost]/[Income] < 1%):
- You can just drop these row entirely using the Filter Tool
- If possible/feasible, you can contact whoever collected the data in an attempt to correct these seemingly incorrect data points, replacing the values with the correct amounts when proper information is provided.
- You can use the Formula Tool to set these values to NULL, and treat them like other NULL values replacing with the average.
Which option you choose, depends on how much data you have, what your use case is, and how much data is affected.
