Baselight

Seasonal Variation In Births

Number of births every month in 135 countries.

@kaggle.deepcontractor_seasonal_variation_in_births

Birthmonthsdata
@kaggle.deepcontractor_seasonal_variation_in_births.birthmonthsdata

  • 228.91 KB
  • 53409 rows
  • 7 columns
country_or_area

Country Or Area

year

Year

area

Area

month

Month

record_type

Record Type

reliability

Reliability

number_of_births

Number Of Births

Åland Islands2019TotalTotalData tabulated by year of occurrenceFinal figure, complete267
Åland Islands2019TotalJanuaryData tabulated by year of occurrenceFinal figure, complete28
Åland Islands2019TotalFebruaryData tabulated by year of occurrenceFinal figure, complete24
Åland Islands2019TotalMarchData tabulated by year of occurrenceFinal figure, complete26
Åland Islands2019TotalAprilData tabulated by year of occurrenceFinal figure, complete16
Åland Islands2019TotalMayData tabulated by year of occurrenceFinal figure, complete31
Åland Islands2019TotalJuneData tabulated by year of occurrenceFinal figure, complete21
Åland Islands2019TotalJulyData tabulated by year of occurrenceFinal figure, complete18
Åland Islands2019TotalAugustData tabulated by year of occurrenceFinal figure, complete18
Åland Islands2019TotalSeptemberData tabulated by year of occurrenceFinal figure, complete24

CREATE TABLE birthmonthsdata (
  "country_or_area" VARCHAR,
  "year" BIGINT,
  "area" VARCHAR,
  "month" VARCHAR,
  "record_type" VARCHAR,
  "reliability" VARCHAR,
  "number_of_births" DOUBLE
);

Share link

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