March 15, 2026

Why Teachers Shouldn't Need Excel to Understand Their Students

There's a weird thing happening in education right now. Schools are collecting more data than they ever have. Test scores, attendance, behavior logs, reading levels, intervention tracking. And the people who are supposed to use that data to actually help kids are still stuck in Excel.

Not even good Excel. I'm talking VLOOKUP-and-pray Excel. Conditional-formatting-instead-of-actual-analysis Excel. "I averaged the averages and divided by the number of classes" Excel.

I'm not making that last one up. A teacher told me her principal did that in a presentation. Averaged the averages. To the school board. And nobody questioned it because nobody in the room knew enough about data to know it was wrong.

The data literacy gap is real

Here's the thing: most teachers didn't go into teaching because they love spreadsheets. They went into it because they care about kids. The fact that the job now requires them to be amateur data analysts is a relatively recent development, and nobody gave them the tools to do it well.

The result is one of two outcomes:

  1. Teachers spend hours on data work that doesn't help anyone. They collect it because they're told to, wrestle it into a chart, present it to admin, and nothing changes. The data was collected for compliance, not insight.

  2. Teachers ignore the data entirely. Which is honestly rational. If the tools are bad and the analysis is going to be wrong anyway, why bother?

Both outcomes are a waste. The data itself isn't useless. Knowing which students are falling behind early is genuinely valuable. Knowing whether an intervention program is working saves real money and real time. But you can't get those insights if the analysis pipeline is "export to CSV, open in Excel, hope for the best."

What would actually help

I've been thinking about this a lot while building RBase. The teachers I've talked to don't want a data science tool. They don't want dashboards with 47 filters. They definitely don't want to learn R or Python.

They want to ask a question and get an answer.

"Are my students doing better this quarter than last quarter?"

"Which intervention group showed the most growth?"

"Is there a pattern between attendance and test scores?"

These are simple questions. The answers are in the data. The only thing standing between the question and the answer is the tooling, and right now the tooling is Excel.

The privacy angle nobody talks about

There's another problem that doesn't get enough attention. Teachers are working with student data. Names, grades, behavior records, sometimes IEP information. And they're emailing CSV files around, uploading them to random websites, pasting them into ChatGPT.

I get it. When the official tools are bad, people find workarounds. But those workarounds usually involve sending student data to servers you don't control, which is a FERPA issue that most schools are just hoping nobody notices.

RBase runs entirely in your browser. Your data stays on your machine. There's no server that sees your students' names or grades. This isn't a feature we added for marketing. It's just how the whole thing is built. WebR and DuckDB run locally, so the data physically cannot leave your browser unless you explicitly download it.

This isn't an anti-data take

I want to be clear: I'm not saying schools should stop collecting data. I'm saying the gap between "we have data" and "we understand what the data means" is almost entirely a tooling problem. And it's a solvable one.

Teachers are smart. They can interpret a chart. They can draw conclusions from a pattern. They just need something between "here's a raw CSV" and "go learn Python."

That's what we're trying to build. Check it out if any of this resonated.

If any of this sounds like your workflow, give RBase a try. It's free.