Summary confidence: high
This dataset catalogs 143,258 movies from Rotten Tomatoes across 16 columns covering metadata (title, director, writer, distributor), release info, runtime, genre, language, ratings, and critic/audience scores. Coverage is highly uneven — fields like boxOffice (89.7% null), rating (90.2% null), tomatoMeter (76.4% null), and releaseDateTheaters (78.5% null) are sparse, while audienceScore is missing in roughly half the rows. Worth a closer look first: the genre distribution, which is dominated by Drama (27,860), Documentary (15,162), and Comedy (11,514), and runtimeMinutes, which is heavily right-skewed (skew 7.6, max 2,700 minutes) with ~11.4% flagged as outliers despite a tight IQR of 84–103 minutes. The tomatoMeter and audienceScore distributions also tell a clear story — critics skew positive (median 73) while audiences are more middling (median 57). English dominates originalLanguage at 65.7% of titles, so any language-based analysis will be lopsided.
citing: row_count · column_count · columns.boxOffice.null_rate · columns.rating.null_rate · columns.tomatoMeter.null_rate · columns.releaseDateTheaters.null_rate · columns.audienceScore.null_rate · columns.genre.top_values · columns.runtimeMinutes.stats · columns.tomatoMeter.stats · columns.audienceScore.stats · columns.originalLanguage.top_rate · columns.originalLanguage.top_values