Baselight

Gaia 626k Stars From DR3 (Data Release 3) V2

Second version of the Gaia dataset for star classifcation

@kaggle.realkiller69_gaia_stars_dataset_from_dr3_data_release_3

Loading...
Loading...

About this Dataset

Gaia 626k Stars From DR3 (Data Release 3) V2

2nd version of the dataset https://www.kaggle.com/datasets/realkiller69/gaia-data-set-for-stellar-classificationdr3 dedicated to stellar classification. Upto 50 columns added for each instance of data.

626016 data instances filtered from gaia DR3.

100k instances for each spectral class : B, A, F, G, K, M.
26016 for O type stars.
Information of columns:

  • RA_ICRS: Right ascension in the ICRS (International Celestial Reference System) coordinate system.
  • DE_ICRS: Declination in the ICRS coordinate system.
  • Source: Unique identifier for an object in the Gaia catalogue.
  • Plx: Trigonometric parallax of the celestial body in milliarcseconds.
  • PM: Total proper motion of the celestial body in the sky in milliarcseconds per year.
  • pmRA: Proper motion component in the right ascension direction in milliarcseconds per year.
  • pmDE: Proper motion component in the declination direction in milliarcseconds per year.
  • Gmag: Average apparent magnitude integrated in the G band.
  • e_Gmag: Error in G magnitude.
  • BPmag: Average apparent magnitude integrated in the BP blue band.
  • e_BPmag: Error associated with BP magnitude.
  • RPmag: Average apparent magnitude integrated in the RP red band.
  • e_RPmag: Error in RP magnitude.
  • GRVSmag: Average apparent magnitude integrated in the RVS band.
  • e_GRVSmag: Error in RVS magnitude.
  • BP-RP: BP-RP color index.
  • BP-G: BP-G color index.
  • G-RP: G-RP color index.
  • pscol: pseudocolor estimated by gaia in um^-1
  • Teff: Estimated effective temperature of the celestial object by Gaia in Kelvins.
  • Dist: Distance to the celestial object: inverse of the parallax, in parsecs.
  • Rad: Object radius estimate in terms of solar radius.
  • Lum-Flame: Estimated object luminosity in terms of solar luminosity.
  • Mass-Flame: Mass estimate in terms of solar mass.
  • Age-Flame: Celestial object age in giga years.
  • z-Flame: Redshift in km/s.
  • SpType-ELS: Estimated spectral class by Gaia.
  • 'PGal': Probability of being a galaxy.
  • 'Pstar': Probability of being a Star.
  • 'PWD': Probability of being a White dwarf.
  • 'Pbin': Probability of being a Binary system.
  • 'A0': Extintion in A0 line.
  • 'AG': Extintion in G band.
  • 'ABP': Extintion in BP band.
  • 'ARP': Extintion in RP band.
  • 'E(BP-RP)': Colour excess.
  • 'GMAG': Absolute Gmag estimated from Gaia.
  • 'Evol': Evol stage.
  • 'Flags-HS':Flag
  • 'EWHa': Pseudo equivalent Halpha width.
  • 'e_EWHa': Error in EWHA
  • 'f_EWHa' : Flag

Additional information at: https://gea.esac.esa.int/archive/documentation/GDR3/Gaia_archive/chap_datamodel/sec_dm_astrophysical_parameter_tables/

Tables

Datagaia2

@kaggle.realkiller69_gaia_stars_dataset_from_dr3_data_release_3.datagaia2
  • 105.87 MB
  • 626016 rows
  • 50 columns
Loading...

CREATE TABLE datagaia2 (
  "unnamed_0" BIGINT,
  "ra_icrs" DOUBLE,
  "de_icrs" DOUBLE,
  "source" BIGINT,
  "e_ra_icrs" DOUBLE,
  "e_de_icrs" DOUBLE,
  "plx" DOUBLE,
  "e_plx" DOUBLE,
  "pm" DOUBLE,
  "pmra" DOUBLE,
  "e_pmra" DOUBLE,
  "pmde" DOUBLE,
  "e_pmde" DOUBLE,
  "ruwe" DOUBLE,
  "gmag" DOUBLE,
  "e_gmag" DOUBLE,
  "bpmag" DOUBLE,
  "e_bpmag" DOUBLE,
  "rpmag" DOUBLE,
  "e_rpmag" DOUBLE,
  "grvsmag" DOUBLE,
  "e_grvsmag" DOUBLE,
  "rv" DOUBLE,
  "logg" DOUBLE,
  "n__fe_h" DOUBLE,
  "dist" DOUBLE,
  "pqso" DOUBLE,
  "pgal" DOUBLE,
  "pstar" DOUBLE,
  "pwd" DOUBLE,
  "pbin" DOUBLE,
  "teff" DOUBLE,
  "a0" DOUBLE,
  "ag" DOUBLE,
  "abp" DOUBLE,
  "arp" DOUBLE,
  "e_bp_rp" DOUBLE,
  "gmag_3cfbe0" DOUBLE,
  "rad" DOUBLE,
  "rad_flame" DOUBLE,
  "lum_flame" DOUBLE,
  "mass_flame" DOUBLE,
  "age_flame" DOUBLE,
  "z_flame" DOUBLE,
  "evol" DOUBLE,
  "sptype_els" VARCHAR,
  "flags_hs" BIGINT,
  "ewha" DOUBLE,
  "e_ewha" DOUBLE,
  "f_ewha" BIGINT
);

Share link

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