Summary confidence: high
This is a movie ID linkage table with 87,585 rows and 3 numeric identifier columns: imdbId, tmdbId, and movieId. As expected for ID columns, movieId and imdbId are unique per row, while tmdbId is nearly unique with a tiny null rate (0.0014). The most notable shape is imdbId, which is heavily right-skewed (skew 2.24) with about 8.6% flagged as outliers — reflecting how IMDb IDs span a huge range from 1 up to ~29M. tmdbId is also right-skewed but more moderately, while movieId is distributed fairly evenly up to 292,757. There's little analytical signal here beyond confirming the file is a clean ID crosswalk.
citing: row_count · column_count · columns.imdbId.stats.skew · columns.imdbId.stats.outlier_rate · columns.imdbId.stats.max · columns.tmdbId.stats.skew · columns.tmdbId.null_rate · columns.movieId.stats.max · columns.movieId.stats.skew