24,428 courses · 2,504 curriculum guides Sponsored by eAgentic Software Sponsored by eAgentic Software

Data Scientist

30.70 Data Science · SOC 15-2051

Data scientists turn messy data into decisions — cleaning and preparing it, building and validating statistical and machine-learning models, and explaining the result to people who will act on it. ⚠ There is no licence, no entrance examination and, for most people now working in the field, no data science degree: the occupation is older than the major.

Licensure and accreditation
There is no licence and no gatekeeper, which cuts both ways. Nothing stops you entering from any field — and nothing certifies that you can do the work, so employers judge demonstrated skill instead of credentials. ⚠⚠ WATCH THE DEGREE LEVEL. O*NET's survey respondents split 48% bachelor's degree required against 44% MASTER'S, which is close to an even division and far higher than mechanical engineering (52% bachelor's) or electrical engineering (82%). Plan on the likelihood that a master's is expected for the research-heavy roles, while analyst and data-engineering roles are reachable with a bachelor's and a portfolio. ⚠ Certificates from cloud vendors and course platforms are common and are worth something for specific tools; they do not substitute for the statistics.

⚠⚠⚠ There is no entrance data for this path, and that is the finding

On the Lawyer page this section reports exactly what law-school applicants majored in, because the Law School Admission Council counts every applicant and publishes it. Nothing equivalent exists for data science, because nothing equivalent can: there is no admissions body, no licensing board and no examination. Anyone who tells you that a particular major is the route into data science is guessing.

And the degree is newer than the job. Florida’s public institutions awarded 84 data science credentials in 2023 across ten schools, and 104 in data analytics. For comparison, in the same year they awarded 6,122 in computer and information sciences, 1,111 in economics, 735 in management information systems and 467 in mathematics. Practically nobody now working as a data scientist holds a data science degree — they could not have.

So the fields listed below are not a survey of where data scientists came from. They are the Florida programmes whose curricula actually deliver the skills the work requires, with the number of graduates each produces so you can see the scale. That is a weaker claim than the Lawyer page makes, and it is the honest one.

Projected need

O*NET, on federal projections: 245,900 data scientists employed (2024), growth projected “much faster than average” (7% or higher) through 2034, and about 23,400 openings a year. Median pay $120,230 ($57.80 an hour), 2025.

⚠ Note the ratio: 23,400 annual openings against 245,900 employed is a far higher churn-and-growth rate than mechanical engineering (18,100 against 293,100) or electrical (11,700 against 192,000). It is a genuinely expanding field — and one where job titles shift under you, so read the duties rather than the title.

Necessary skills

O*NET lists the tools as Python, R, Java and Scala; SQL and databases including PostgreSQL and MongoDB; AWS and Azure; SAS, TensorFlow and MATLAB; Power BI, Tableau and Looker. Tools change; the four things underneath them do not:

⚠ The mistake to avoid

The visible part of data science is modelling, so the temptation is to collect machine-learning courses and certificates and skip the statistics and the data handling. That produces someone who can fit a model and cannot tell whether it means anything — the most common failure employers describe. Take the statistics sequence properly, and prefer one substantial project you can explain end to end over five short courses you cannot.

Advice

Where people come from

There is no single required programme for this path. These are the fields students actually arrive from — each is a place in the catalog you can browse.

30.71Data Analytics
Data Analytics — the sibling degree, and slightly larger: 10 Florida public institutions, 104 completions in 2023, more of them at baccalaureate level than Data Science itself.
11.01Computer and Information Sciences, General
Computer and Information Sciences — by far the largest feeder by volume: 41 Florida public institutions, 6,122 completions in 2023. Supplies the programming and systems half.
27.05Statistics
Statistics — 6 institutions, 317 completions. The smallest of the core feeders and the one that supplies what employers most often find missing.
27.01Mathematics
Mathematics — 10 institutions, 467 completions. Linear algebra and probability are the mathematics the models are built from.
11.07Computer Science
Computer Science — 265 completions across 4 institutions under this specific code; algorithms and data structures at depth.
45.06Economics
Economics — 10 institutions, 1,111 completions, the second-largest field here. Econometrics is applied statistics under another name, and economics graduates arrive knowing what a causal claim costs.
52.12Management Information Systems and Services
Management Information Systems — 13 institutions, 735 completions. The database and business-problem half, and the commonest route into analyst roles.
52.13Management Sciences and Quantitative Methods
Management Sciences and Quantitative Methods — 9 institutions, 420 completions. Operations research and optimisation.
11.04Information Science/Studies
Information Science — 5 institutions, 404 completions. Data management, retrieval and governance.
14.35Industrial Engineering
Industrial Engineering — 4 institutions, 364 completions. Statistics, optimisation and process data are its core, and it transfers directly.
40.08Physics
Physics — 9 institutions, 329 completions. A common and well-regarded entry route: modelling, computation and comfort with uncertainty.
42.01Psychology, General
Psychology — 10 institutions, 6,549 completions. ⚠ Listed because experimental design and inferential statistics are its methods core; the quantitative track is the part that transfers, not the degree as such.

Courses along this path

Selected, not exhaustive — the courses specific to this path plus the foundations it is built on. A course number does not identify a course in Florida: always check your own institution's catalog and take a syllabus to an adviser.

STA2023 Elementary Statistics Guide
Statistics — the foundation of everything on this page, and the course whose absence employers notice. Take it seriously rather than clearing it.
MAC2311 Calculus I Guide
Calculus I — required by the statistics and machine-learning sequences that follow, and by most quantitative majors.
MAC2312 Calculus with Analytic Geometry II Guide
Calculus II — integration and series, used throughout probability theory.
MAD2104 Discrete Mathematics Guide
Discrete Mathematics — logic, sets, combinatorics and graphs: the mathematics of algorithms and of relational data.
COP2071C Querying Databases with SQL Guide
Querying Databases with SQL — the least glamorous skill on the path and the one used every single day. Learn it earlier than feels necessary.
COP2700 Introduction to Database Guide
Introduction to Database — relational design and modelling; why data is shaped the way you find it.
COP3530C Data Structures Guide
Data Structures — how to handle data at a scale where the naive approach stops working. The dividing line between scripting and engineering.
STA4321 (gm)probability and Statistics Guide
Introduction to Mathematical Statistics — probability and inference derived rather than recited. ⚠ This is the course that makes you able to judge a model instead of just fitting one.
STA4234 Introduction to Regression Analysis Guide
Regression Analysis — the workhorse method of applied data science, and the one most often misused.
STA4024 Statistics II Guide
Statistics II — the applied second course: inference, ANOVA and modelling beyond the introduction.
STA4222 Sample Survey Design Guide
Sample Survey Design — how data is gathered, and therefore what it can and cannot support. Underrated for anyone who will work with survey or observational data.
CAP4770 Data Mining Guide
Data Mining — pattern discovery, classification and clustering; the closest undergraduate course to the modelling half of the job.
CAP4786 Introduction to Big Data Analytics Guide
Big Data Analytics — distributed processing and the tooling for data that will not fit on one machine.
CAP4774 Data Warehousing Guide
Data Warehousing — how analytical data is organised in practice, which is where most working data actually lives.
COP4710 Database Systems Guide
Database Systems — the internals: indexing, query planning and transactions. Why a query is slow, and what to do about it.
CDA3101 Introduction to Computer Organization Guide
Computer Organization — what the machine is doing underneath, which is what makes performance problems tractable rather than mysterious.
ENC1101 English Composition I Guide
Composition I — the deliverable is a decision someone else makes on your explanation. Writing is not a soft extra in this field.

Programs that lead here

Data Science and Analytics offered by 13 Florida schools
The closest thing to a direct route, and ⚠ still a young programme: thirteen Florida public institutions award something under the data science or data analytics codes, much of it at associate or master’s level rather than bachelor’s. The two names are used interchangeably — read both catalogues.
Computer Science offered by 41 Florida schools
The largest feeder by volume, and the one that carries the programming and systems half of this work. ⚠ 41 Florida public institutions award computing credentials, including every state college that teaches the subject — but ask about transfer early, because a computing A.S. is a career degree and does not always articulate into a university computer science bachelor’s.
Mechanical Engineering offered by 11 Florida schools
⚠ Not a route into data science. Listed only because engineering degrees carry the mathematics and computing this work needs — if you are already in engineering and drawn to data, you are closer than you think.

Where you can take these courses in Florida

39 Florida public institutions teach courses on this path. The count is how many of the 11 listed courses each one carries — it shows where the path is best covered. It is not a statement that a school offers this as a degree; for that, check the institution’s own programme list.

UWF
University of West Florida
10
FAU
Florida Atlantic University
7
FIU
Florida International University
7
UF
University of Florida
7
UNF
University of North Florida
7
FGCU
Florida Gulf Coast University
6
FLPOLY
Florida Polytechnic University
6
FSU
Florida State University
6
UCF
University of Central Florida
6
EFSC
Eastern Florida State College
5
FAMU
Florida A & M University
5
GCSC
Gulf Coast State College
5
PSC
Polk State College
5
SPC
St. Petersburg College
5
USF
University of South Florida
5
BC
Broward College
4
CF
College of Central Florida
4
DSC
Daytona State College
4
FGC
Florida Gateway College
4
FSWSC
Florida Southwestern State College
4
FSCJ
Florida State College at Jacksonville
4
HC
Hillsborough College
4
IRSC
Indian River State College
4
LSSC
Lake-Sumter State College
4
MDC
Miami Dade College
4
NFC
North Florida College
4
NWFSC
Northwest Florida State College
4
PBSC
Palm Beach State College
4
PHSC
Pasco-Hernando State College
4
PESC
Pensacola State College
4
SFC
Santa FE College
4
SSCF
Seminole State College of Florida
4
SFSC
South Florida State College
4
SJRSC
St. Johns River State College
4
SCFMS
State College of Florida, Manatee-Sarasota
4
TSC
Tallahassee State College
4
CFK
The College of the Florida Keys
4
VC
Valencia College
4
NCF
New College of Florida
3

Sources

Requirements change. These are the authorities that decide them — check them directly before committing to a route.

Last updated 19 September 2026.