Baselight

Patheon SNe-IA Samples

A table containing (N=1048) observations of distances of type iA supernovae.

@kaggle.isaacramalho_patheon_sne_ia_samples

Pantheon
@kaggle.isaacramalho_patheon_sne_ia_samples.pantheon

  • 40.59 KB
  • 1048 rows
  • 5 columns
unnamed_0

Unnamed: 0

name

Name

z

Z

dist_modulus

Dist Modulus

error

Error

03D1au0.5030922.934450.12605
103D1ax0.494822.88020.11765
203D1co0.6776724.03770.2056
303D1ew0.866524.346850.17385
403D1fq0.7985724.36050.17435
503D3ay0.3714422.287850.1245
603D3bl0.3558222.059150.12645
703D4ag0.283621.409150.1028
803D4au0.466423.216350.1587
903D4cx0.9468824.411550.1642

CREATE TABLE pantheon (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "z" DOUBLE,
  "dist_modulus" DOUBLE,
  "error" DOUBLE
);

Share link

Anyone who has the link will be able to view this.