
r/data

What's one Data Science skill you wish you had learned earlier?
If you could go back to the beginning of your Data Science journey, what would you learn first?
Would it be:
Python
SQL
Statistics
Machine Learning
Data Visualization
Git
Cloud platforms
Many beginners jump straight into AI without building strong fundamentals.
What skill saved you the most time later in your career?
7 Managed Iceberg Lakehouse Solutions You Should Know
levelup.gitconnected.comGigantic new database - over 35k species, 180 phenotypes
Code for creating it is also there.
I built a free, open food dataset: ~9,800 foods with names localized across 32 languages (ODbL)
Been building this for a while and finally opened it up, so here's a look at what's inside.
Each of the ~9,800 base foods has its name localized across 32 languages, so you can line up the same food across languages instead of fighting messy translations. The nutrition values come from OpenNutrition's open data (ODbL, credited, not mine); the part I actually built is the localization layer on top, real disambiguation and cross-language matching rather than a Google-Translate pass.
It isn't perfect yet. Tricky cases like "peperoni" vs "pepperoni" still slip through in places, so there are gaps I'm actively fixing, and catching those is exactly the kind of feedback I'm hoping for.
It's a single JSON Lines file (~25 MB), no API, no keys, loads straight into a notebook or a spreadsheet, works offline.
Source & download: https://leana.app/en/data-sources/
Browse it live: https://leana.app/en/foods (live search covers 5 languages for now, EN/IT/ES/FR/DE, the download already has all 32)
Curious what you'd use it for, and whether JSONL is the right call or you'd rather have CSV, Parquet or SQLite.
Title: I think Indian finance has a data problem. Am I crazy?
I've spent the last few months digging through annual reports, earnings call transcripts, investor presentations, and exchange announcements from Indian listed companies.
One thing became obvious...
Everything is technically "public," but almost none of it is actually usable.
Want to know every company talking about AI adoption?
Good luck.
Want every management commentary about data centers over the last 5 years?
You'll be opening hundreds of PDFs.
Want to compare CapEx guidance across an entire sector?
Hope you have an entire weekend free.
That got me thinking...
What if someone built a structured database instead of just storing documents?
Imagine being able to ask questions like:
"Show every company that mentioned data centers in the last 8 quarters."
"Which companies warned about margin pressure before their stock fell?"
"Find all management teams increasing CapEx while guiding higher earnings."
"Which pharma companies mentioned USFDA inspections this quarter?"
Not AI hallucinations.
Not another stock screener.
Just structured, searchable intelligence built from public company disclosures.
I'm genuinely curious...
Would this actually be useful to anyone?
If you're a:
Developer
Quant
Analyst
Wealth manager
Fintech founder
Researcher
Investor
Would you or your company pay for something like this?
Or is this one of those ideas that sounds amazing until you ask real people?
I'd love brutally honest feedback.
If you think it's useless, tell me why.
If you think it's valuable, I'd love to know:
What would you use it for?
Which data would be most valuable?
What would you expect to pay for something like this?
FREE: A public API & dataset for Bibliometrics and Scientometrics metadata ( Brazil )
I wanted to share a project I've been working on called EBBC OpenData, which is a public API and dataset designed to promote Open Science and support bibliometric, scientometric, and informetric analyses. You can find the full project and source code in the repository at https://github.com/GabrielBaiano/EBBC-OpenData
This project provides structured metadata from the publications of the Encontro Brasileiro de Bibliometria e Cientometria (EBBC), which is one of the main events on metric studies of information in Brazil. Through this API and dataset, you can easily query detailed information about authors and their academic networks, articles and papers (including titles, abstracts, and publication years), institutions associated with the research, keywords, thematic trends, as well as references and citations.
The core metadata and documentation are currently being organized, and I am actively working on translating the API documentation and dataset fields into English and Spanish to make the project fully accessible to the global research community.
Since this is an ongoing project, I would highly appreciate your thoughts and feedback. I am especially interested in knowing what features or endpoints would make this more useful for your research, any suggestions you might have regarding the data structure or documentation, and any general tips on best practices for open-data APIs. Please feel free to check out the GitHub repository, open an issue, or leave a comment below. Thanks for your support!
im working on a recognition based community for all the data folks, anyone up to join?
Hi everyone,
I'm working on a recognition-based community for people in data.
The idea is simple, we want to highlight the work data professionals do, feature their stories, and help them connect with others in the industry.
Would you be interested in joining something like this? If yes, I'll dm you the link!
Semiconductor Supply Chain Network Dataset
I am building a Supply Chain Disruption Monitoring and Risk Analysis using Graph based Agentic AI. I need a supply chain network dataset in the semiconductor industry.
Currently my only option is to manually go through filings and earning calls to create a network big enough to propose my system. Creation of network is out of scope of my project and I'd appreciate it if I could get a dataset that would reduce this load.
Why is there a sudden, relatively enormous spike in the relative popularity of searching "Granny" into google in early 2006
I really do not know who to ask. I have been scouting google trends, and wanted to see how popular the game "Granny" is. The result was finding a sudden, huge spike in the term's popularity in late 2005 to early 2006 (roughly december 15th 2005 to january 18th 2006).
blue - \"Granny', red \"Granny porn\"
Here is what i was able to deduct myself:
-There exists a weekend effect, around saturadays and sundays
-There has been no significant cultural or political effect that could have caused this trend
- The spike was exactly january 1st 2006
-The trend was international in both english speaking and non english speaking countries
-The rise of "Granny" roughly correlates with the rise of "Granny porn"
-There was also a sudden rise in the term "porn", which had happened in November 2005
-a similar spike does not occur for the search "Grandma" or "Grandmother"
-The internet was far more often young males than other demograhic, which could potentially support the porn hypothesis
Please help me I am going insane
Synthetic vs real datasets for portfolio projects — what actually matters?
Final year CS student here, targeting data science and analytics roles for campus placements.
Been struggling with this question while building my portfolio: does it matter whether your project uses real messy data vs synthetic/clean data?
Real datasets from Kaggle feel either too cleaned already or the same recycled projects everyone does. But synthetic data feels hollow because the hard part — cleaning, feature engineering, deriving meaningful columns from raw data — is already done for you. You're basically just visualizing something someone else already solved.
Specifically for BI/dashboard projects — if you use synthetic data, the dashboard looks clean and professional but there's no real discovery or insight because the data was designed to be dashboarded. Nothing surprising comes out of it.
Also practically — if an interviewer asks "where did you get this dataset?" what's the right answer? Saying "I generated it synthetically" feels like admitting you took the easy route. But lying about the source is obviously wrong. Is there a way to frame synthetic data usage that doesn't sound like you avoided the hard part?
At the same time I've heard people say interviewers care more about what you built on top of the data than where it came from. But isn't handling bad data literally the core skill in DS?
For people who've interviewed at analytics/DS companies or done hiring — how much does data source actually matter? Is a well-executed project on synthetic data better than a mediocre project on real messy data? Or does using synthetic data automatically signal you avoided the hard part?