Summary confidence: high
This dataset catalogues 4,871 large meteorites with 10 columns covering mass, location (latitude/longitude), discovery year, fall type, and classification. Mass is extremely skewed (skew ≈ 25, max 60,000,000g vs median 3,600g) with 712 outliers, so any mass-based analysis should use a log scale or trim extremes. Fall_type is heavily imbalanced — 84.8% are 'Found' versus 'Fell' — and meteorite_class is dominated by ordinary chondrites like L6 (16.9%) and H5. Year is left-skewed toward recent decades (median 1990, q1 1945), reflecting a modern collection bias. Note that the 'category' column is constant ('large_meteorites') and adds no signal.
citing: mass_g.stats.skew · mass_g.stats.median · mass_g.stats.max · mass_g.stats.n_outliers · fall_type.stats.top_rate · meteorite_class.stats.top_rate · meteorite_class.top_values · year.stats.median · year.stats.q1 · category.stats.top_rate · row_count