Twice this week, I have come across embarassingly bad data

(successfulsoftware.net)

49 points | by hermitcrab 1 hour ago

12 comments

  • stared 1 hour ago
    I dislike the premise. I mean, good data is wonderful.

    But if institutions are expected to release clear data or nothing, almost always it is the later.

    What is important, is to offer as much methodology and caveats as possible, even if in an informal way. Because there is a difference between "data covers 72% of companies registered in..." vs expecting that data is full and authoritative, whereas it is missing.

    (Source: 10 years ago I worked a lot with official data. All data requires cleaning.)

    • sd9 26 minutes ago
      Agreed, pretty much all data is flawed. I still want my hands on it.
  • chaps 1 hour ago
    I have mixed feelings about this. On one hand, yeah stop publishing garbage data, but as a FOIA nerd... I'll take the data in any state it is. I'm not personally going to be able to clean the data before I receive it. Does that mean I shouldn't release the unsanitized (public) data knowing that it has garbage data within? Hell no. Instead, we should learn and cultivate techniques to work with shit data. Should I attempt to clean it? Sure. But it becomes a liability problem very, very quickly.
    • torginus 36 minutes ago
      What does it mean to clean the data?

      Do you remove those weird implausible outliers? They're probably garbage, but are they? Where do you draw the line?

      If you've established the assumption that the data collection can go wrong, how do you know the points which look reasonable are actually accurate?

      Working with data like this has unknown error bars, and I've had weird shit happen where I fixed the tracing pipeline, and the metrics people complained that they corrected for the errors downstream, and now due to those corrections, the whole thing looked out of shape.

      • chaps 29 minutes ago
        "What does it mean to clean the data?"

        This isn't possible to answer generally, but I'm sure you know that.

        Look -- I've been in nonstop litigation for data through FOIA for the past ten years. During litigation I can definitely push back on messy data and I have, but if I were to do that on every little "obviously wrong" point, then my litigation will get thrown out for me being a twat of a litigant.

        Again, I'd rather have the data and publish it with known gotchas.

        Here's an example: https://mchap.io/using-foia-data-and-unix-to-halve-major-sou...

        Should I have told the Department of Finance to fuck off with their messy data? No -- even if I want to. Instead, we learn to work with its awfulness and advocate for cleaner data. Which is exactly what happened here -- once me and others started publishing stuff about tickets data and more journalists got involved, the data became cleaner over time.

    • hermitcrab 1 hour ago
      So you expect the 1000s of people trying to use the fuel price data to each individually clean and validate it, rather than the supplier doing it?
      • chaps 1 hour ago
        What...?
  • torginus 1 hour ago
    Data and metrics is 90% what upper management sees of your project. You might not care about it, and treat it as an afterthought, but it's almost the most important thing about it organizationally.

    People who don't heed this advice get to discover it for themselves (I sure did)

    IF you can't make the data convincing, you'll lose all trust, and nobody will do business with you.

    • agent_anuj 1 hour ago
      It is not just embarrassing, it can potentially kill your demo, project or even product as user will first look at data and then the tech behind it. If the data is wrong, it means the tech does not work. I never took data seriously during my demos in the first 10 years of my career and no wonder the audience rejected most of my work though it was backed by solid platforms.
  • GMoromisato 1 hour ago
    Clean data is expensive--as in, it takes real human labor to obtain clean data.

    One problem is that you can't just focus on outliers. Whatever pattern-matching you use to spot outliers will end up introducing a bias in the data. You need to check all the data, not just the data that "looks wrong". And that's expensive.

    In clinical drug trials, we have the concept of SDV--Source Data Verification. Someone checks every data point against the official source record, usually a medical chart. We track the % of data points that have been verified. For important data (e.g., Adverse Events), the goal is to get SDV to 100%.

    As you can imagine, this is expensive.

    Will LLMs help to make this cheaper? I don't know, but if we can give this tedious, detail-oriented work to a machine, I would love it.

    • hermitcrab 1 hour ago
      >Clean data is expensive--as in, it takes real human labor to obtain clean data.

      Yes, data can contain subtle errors that are expensive and difficult to find. But the 2nd error in the article was so obvious that a bright 10 year would probably have spotted it.

      • GMoromisato 46 minutes ago
        Agreed--and maybe they should have fixed it.

        But sometimes the "provenance" of the data is important. I want to know whether I'm getting data straight from some source (even with errors) rather than having some intermediary make fixes that I don't know about.

        For example, in the case where maybe they flipped the latitude and longitude, I don't want them to just automatically "fix" the data (especially not without disclosing that).

        What they need to do is verify the outliers with the original gas station and fix the data from the source. But that's much more expensive.

        • chaps 37 minutes ago
          Exactly. This is a big problem with "open data". A lot goes into cleaning it up to make it publishable, which often includes removing data so that the public "doesn't get confused". Now I have to spend months and months fighting FOIA fights to get the original raw, messy data because someone , somewhere had opinions on what "clean data" is. I'll pass -- give me the raw, messy data.
        • hermitcrab 37 minutes ago
          Or just omit the rows that are obviously wrong (and document the fact).
          • chaps 32 minutes ago
            "obviously wrong" is a never ending rabbit hole and you'll never, ever be satisfied because there will always be something "obviously wrong" with the data.

            Messy data is a signal. You're wrong to omit signal.

            • GMoromisato 26 minutes ago
              100%. There is even signal in the pattern of errors. If you remove some errors but not others, you lose signal.
          • GMoromisato 29 minutes ago
            Deleting the row loses some information, such as the existence of that gas station.

            A better solution is to add a field to indicate that "the row looks funny to the person who published the data". Which, I guess is useful to someone?

            But deleting data or changing data is effectively corrupting source data, and now I can't trust it.

    • gdulli 1 hour ago
      Why would you give this sort of work to a machine that can't be responsibly used without checking its output anyway?
      • GMoromisato 1 hour ago
        It's not obvious to me that LLMs can't be made reliable.
  • bobro 19 minutes ago
    This article assumes that there is a person with dedicated time to validate the data. Imagine you want this data and ask for it, but the government says, “sorry, we have this data, but we read an article that said we can only publish it if we spend a lot of time validating it. This data changes frequently and we don’t have a chunk of a full-time data analyst’s salary to spend on it, so we just aren’t going to publish anything. We’d rather put out nothing than embarrass ourselves, so you can’t even try to validate it yourself.”
    • chaps 16 minutes ago
      In fact, the government agencies will argue that they have zero legal obligation to clean the data, let alone figure anything about the data, and that they're just giving you the data as-is. This happened to me on a FOIA call where I was trying to get data from the county state's attorney. They insisted they could only run a specific report and that they had no obligation to run any query, meaning I can't even get access to the data I need.

      Clean vs not clean data is the wrong fight.

  • Phlogistique 1 hour ago
    That it's it's better to publish the garbage data than to not publish it though. I would worry about complaining too much lest they just decide to stop publishing it because it creates bad PR.
    • nick__m 1 hour ago
      As long as the garbage data is authentic and the method used to produce it is adequately detailed, I agree with you that: "it's better to publish the garbage data than to not publish it"

      But fake data or garbage data without the method, is better left unpublished !

    • hermitcrab 1 hour ago
      Hard disagree on that. They just need a basic smell test before they put it out.
    • Tempest1981 1 hour ago
      Agree. Maybe just add a Disclaimer.md file.
  • albert_e 1 hour ago
    Concluding passage:

    > Authors should have their work proof read

    Agreed.

    Opening passage:

    > A quick plot of the latitude and longitude shows some clear outliners

    "outliners"

    Ouch!

    • hermitcrab 1 hour ago
      OP here. Ouch indeed. I did actually get it proofread. But that was missed. I can't fire my proofreader, as we are married. ;0)

      Now fixed.

      • rdiddly 57 minutes ago
        Not fixed at this hour
        • hermitcrab 50 minutes ago
          You might need to do a refresh.
  • mlaretallack 1 hour ago
    I saw the RAC one this morning, though I was miss reading the graph, as why would the RAC publish such an obvious mistake.

    I have written my own Home Assistant custom component for the UK fuel finder data, and yes, the data really is that bad.

  • alias_neo 1 hour ago
    I was looking at that RAC chart this morning. Given it's Sunday, and I was reading before my morning coffee, I'm not ashamed to say it took me a good few seconds of zooming in and out to realise they'd used a decimal point where a comma should have been.

    Easy type to make, but seriously, does no one even take a cursory look at the charts when publishing articles like this? The chart looks _obviously_ wrong, so imagine how many are only slightly wrong and are missed.

    The fuel prices one could surely be solved with a tiny bit of validation; are the coordinates even within a reasonable range? Fortunately, in the UK, it's really easy to tell which is latitude and which is longitude due to one of them being within a digit or two of zero on either side.

  • hermitcrab 1 hour ago
    If you are putting out data without doing even the most basic validation, then you should be ashamed.
    • ramon156 1 hour ago
      What about most of Show HN's projects nowadays? Sometimes the docs straight up lie, and it takes 5 minutes to figure that out. Should they also be ashamed?

      What about people who don't know how their own code works? Despite it working flawlessly? I'm asking because I don't really know.

      • Calazon 1 hour ago
        > Sometimes the docs straight up lie, and it takes 5 minutes to figure that out. Should they also be ashamed?

        Yes.

      • akudha 1 hour ago
        How is it fair to compare a Show HN project with official government datasets? People depend on government datasets, multi-billion dollar businesses are built on top of them. A show HN project is typically someone building it in a weekend. They’re not even remotely in the same league.

        Sure it is expensive to check every number, but at least some of it can be automated and flagged for human review, no? Switching lat/long numbers. For example

      • add-sub-mul-div 1 hour ago
        This has become a spam site for AI shovelware projects that are nearly always posted by accounts with no activity here outside of self promotion.
      • subscribed 1 hour ago
        If they publish a lie they should be ashamed, even if their lie is orders of magnitude less impactful.

        And if someone publishes a flawless code but have no idea how it works, its not their code, quite clearly, AMD they should be ashamed if they lie it is.

        It's just, like, my opinion, but I like it :)

      • hermitcrab 1 hour ago
        >Sometimes the docs straight up lie, and it takes 5 minutes to figure that out. Should they also be ashamed?

        Yes. Lying is bad, even if some people are trying hard to normalise it.

        >What about people who don't know how their own code works? Despite it working flawlessly?

        I think that is fine, as long as you aren't making untrue claims.

  • Frank-Landry 35 minutes ago
    Did a bot write this title?
  • ath3nd 8 minutes ago
    [dead]