10 datasets found
  1. e

    Dogs per household per postcode district- lower 95th percentile

    • data.europa.eu
    • environment.data.gov.uk
    • +1more
    csv
    Updated Oct 11, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Animal and Plant Health Agency (2021). Dogs per household per postcode district- lower 95th percentile [Dataset]. https://data.europa.eu/data/datasets/dogs-per-household-per-postcode-district-lower-95th-percentile/
    Explore at:
    csvAvailable download formats
    Dataset updated
    Oct 11, 2021
    Dataset authored and provided by
    Animal and Plant Health Agency
    Description

    This dataset is a modelled dataset, describing the lower estimate of dog ownership characteristics per household at a postcode district level(e.g. YO41). This dataset gives the mean household owership rate for each district, and was generated as part of the delivery of commissioned research. The data contained within this dataset are modelled figures, based on lower 95th percentile national estimates for pet population, and available information on Veterinary activity across GB. The data are accurate as of 01/01/2015. The data provided are summarised to the postcode district level. Further information on this research is available in a research publication by James Aegerter, David Fouracre & Graham C. Smith, discussing the structure and density of pet cat and dog populations across Great Britain. Attribution statement: ©Crown Copyright, APHA 2016

  2. Dog Island, Carrabelle, FL, US Demographics 2025

    • point2homes.com
    html
    Updated 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Point2Homes (2025). Dog Island, Carrabelle, FL, US Demographics 2025 [Dataset]. https://www.point2homes.com/US/Neighborhood/FL/Franklin-County/Dog-Island-Demographics.html
    Explore at:
    htmlAvailable download formats
    Dataset updated
    2025
    Dataset authored and provided by
    Point2Homeshttps://plus.google.com/116333963642442482447/posts
    Time period covered
    2025
    Area covered
    Carrabelle, Dog Island, Florida
    Variables measured
    Asian, Other, White, 2 units, Over 65, Median age, Blue collar, Mobile home, 3 or 4 units, 5 to 9 units, and 69 more
    Description

    Comprehensive demographic dataset for Dog Island, Carrabelle, FL, US including population statistics, household income, housing units, education levels, employment data, and transportation with year-over-year changes.

  3. Dog River Reserve, Douglasville, GA, US Demographics 2025

    • point2homes.com
    html
    Updated 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Point2Homes (2025). Dog River Reserve, Douglasville, GA, US Demographics 2025 [Dataset]. https://www.point2homes.com/US/Neighborhood/GA/Dog-River-Reserve-Demographics.html
    Explore at:
    htmlAvailable download formats
    Dataset updated
    2025
    Dataset authored and provided by
    Point2Homeshttps://plus.google.com/116333963642442482447/posts
    Time period covered
    2025
    Area covered
    Douglasville, Georgia, Dog River Road, United States
    Variables measured
    Asian, Other, White, 2 units, Over 65, Median age, Blue collar, Mobile home, 3 or 4 units, 5 to 9 units, and 69 more
    Description

    Comprehensive demographic dataset for Dog River Reserve, Douglasville, GA, US including population statistics, household income, housing units, education levels, employment data, and transportation with year-over-year changes.

  4. H

    Consumer Expenditure Survey (CE)

    • dataverse.harvard.edu
    Updated May 30, 2013
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Anthony Damico (2013). Consumer Expenditure Survey (CE) [Dataset]. http://doi.org/10.7910/DVN/UTNJAH
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    May 30, 2013
    Dataset provided by
    Harvard Dataverse
    Authors
    Anthony Damico
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    analyze the consumer expenditure survey (ce) with r the consumer expenditure survey (ce) is the primo data source to understand how americans spend money. participating households keep a running diary about every little purchase over the year. those diaries are then summed up into precise expenditure categories. how else are you gonna know that the average american household spent $34 (±2) on bacon, $826 (±17) on cellular phones, and $13 (±2) on digital e-readers in 2011? an integral component of the market basket calculation in the consumer price index, this survey recently became available as public-use microdata and they're slowly releasing historical files back to 1996. hooray! for a t aste of what's possible with ce data, look at the quick tables listed on their main page - these tables contain approximately a bazillion different expenditure categories broken down by demographic groups. guess what? i just learned that americans living in households with $5,000 to $9,999 of annual income spent an average of $283 (±90) on pets, toys, hobbies, and playground equipment (pdf page 3). you can often get close to your statistic of interest from these web tables. but say you wanted to look at domestic pet expenditure among only households with children between 12 and 17 years old. another one of the thirteen web tables - the consumer unit composition table - shows a few different breakouts of households with kids, but none matching that exact population of interest. the bureau of labor statistics (bls) (the survey's designers) and the census bureau (the survey's administrators) have provided plenty of the major statistics and breakouts for you, but they're not psychic. if you want to comb through this data for specific expenditure categories broken out by a you-defined segment of the united states' population, then let a little r into your life. fun starts now. fair warning: only analyze t he consumer expenditure survey if you are nerd to the core. the microdata ship with two different survey types (interview and diary), each containing five or six quarterly table formats that need to be stacked, merged, and manipulated prior to a methodologically-correct analysis. the scripts in this repository contain examples to prepare 'em all, just be advised that magnificent data like this will never be no-assembly-required. the folks at bls have posted an excellent summary of what's av ailable - read it before anything else. after that, read the getting started guide. don't skim. a few of the descriptions below refer to sas programs provided by the bureau of labor statistics. you'll find these in the C:\My Directory\CES\2011\docs directory after you run the download program. this new github repository contains three scripts: 2010-2011 - download all microdata.R lo op through every year and download every file hosted on the bls's ce ftp site import each of the comma-separated value files into r with read.csv depending on user-settings, save each table as an r data file (.rda) or stat a-readable file (.dta) 2011 fmly intrvw - analysis examples.R load the r data files (.rda) necessary to create the 'fmly' table shown in the ce macros program documentation.doc file construct that 'fmly' table, using five quarters of interviews (q1 2011 thru q1 2012) initiate a replicate-weighted survey design object perform some lovely li'l analysis examples replicate the %mean_variance() macro found in "ce macros.sas" and provide some examples of calculating descriptive statistics using unimputed variables replicate the %compare_groups() macro found in "ce macros.sas" and provide some examples of performing t -tests using unimputed variables create an rsqlite database (to minimize ram usage) containing the five imputed variable files, after identifying which variables were imputed based on pdf page 3 of the user's guide to income imputation initiate a replicate-weighted, database-backed, multiply-imputed survey design object perform a few additional analyses that highlight the modified syntax required for multiply-imputed survey designs replicate the %mean_variance() macro found in "ce macros.sas" and provide some examples of calculating descriptive statistics using imputed variables repl icate the %compare_groups() macro found in "ce macros.sas" and provide some examples of performing t-tests using imputed variables replicate the %proc_reg() and %proc_logistic() macros found in "ce macros.sas" and provide some examples of regressions and logistic regressions using both unimputed and imputed variables replicate integrated mean and se.R match each step in the bls-provided sas program "integr ated mean and se.sas" but with r instead of sas create an rsqlite database when the expenditure table gets too large for older computers to handle in ram export a table "2011 integrated mean and se.csv" that exactly matches the contents of the sas-produced "2011 integrated mean and se.lst" text file click here to view these three scripts for...

  5. f

    Shelter dog demographic data: Spreadsheet of all the demographic data for...

    • plos.figshare.com
    • datasetcatalog.nlm.nih.gov
    bin
    Updated Aug 16, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Kyle R. Bohland; Meghan Leanne Lilly; Meghan E. Herron; Andréia G. Arruda; Jeanette M. O’Quin (2023). Shelter dog demographic data: Spreadsheet of all the demographic data for the dogs in the study. [Dataset]. http://doi.org/10.1371/journal.pone.0289356.s005
    Explore at:
    binAvailable download formats
    Dataset updated
    Aug 16, 2023
    Dataset provided by
    PLOS ONE
    Authors
    Kyle R. Bohland; Meghan Leanne Lilly; Meghan E. Herron; Andréia G. Arruda; Jeanette M. O’Quin
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Shelter dog demographic data: Spreadsheet of all the demographic data for the dogs in the study.

  6. f

    Table_2_Molecular characteristics and zoonotic potential of enteric protists...

    • datasetcatalog.nlm.nih.gov
    • frontiersin.figshare.com
    Updated Jul 6, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Elmahallawy, Ehab Kotb; Bailo, Begoña; Mohamed, Yasser M.; Hassan, Ehssan Ahmed; González-Barrio, David; Mohamed, Sara Abdel-Aal; Asseri, Jamal; Hernández-Castro, Carolina; Abu-Okail, Akram; Dashti, Alejandro; Gouda, Asmaa Aboelabbas; Köster, Pamela C.; Carmena, David; Xiao, Lihua; Gareh, Ahmed; Elgendy, Mohamed; Mubaraki, Murad A. (2023). Table_2_Molecular characteristics and zoonotic potential of enteric protists in domestic dogs and cats in Egypt.DOCX [Dataset]. https://datasetcatalog.nlm.nih.gov/dataset?q=0001060735
    Explore at:
    Dataset updated
    Jul 6, 2023
    Authors
    Elmahallawy, Ehab Kotb; Bailo, Begoña; Mohamed, Yasser M.; Hassan, Ehssan Ahmed; González-Barrio, David; Mohamed, Sara Abdel-Aal; Asseri, Jamal; Hernández-Castro, Carolina; Abu-Okail, Akram; Dashti, Alejandro; Gouda, Asmaa Aboelabbas; Köster, Pamela C.; Carmena, David; Xiao, Lihua; Gareh, Ahmed; Elgendy, Mohamed; Mubaraki, Murad A.
    Area covered
    Egypt
    Description

    IntroductionDomestic dogs and cats can be a source of human infection by a wide diversity of zoonotic pathogens including parasites. Genotyping and subtyping tools are useful in assessing the true public health relevance of canine and feline infections by these pathogens. This study investigated the occurrence, genetic diversity, and zoonotic potential of common diarrhea-causing enteric protist parasites in household dogs and cats in Egypt, a country where this information is particularly scarce.MethodsIn this prospective, cross-sectional study a total of 352 individual fecal samples were collected from dogs (n = 218) and cats (n = 134) in three Egyptian governorates (Dakahlia, Gharbeya, and Giza) during July–December 2021. Detection and identification of Cryptosporidium spp., Giardia duodenalis, Enterocytozoon bieneusi, and Blastocystis sp. were carried out by PCR and Sanger sequencing. Basic epidemiological variables (geographical origin, sex, age, and breed) were examined for association with occurrence of infection by enteric protists.Results and discussionThe overall prevalence rates of Cryptosporidium spp. and G. duodenalis were 1.8% (95% CI: 0.5–4.6) and 38.5% (95% CI: 32.0–45.3), respectively, in dogs, and 6.0% (95% CI: 2.6–11.4) and 32.1% (95% CI: 24.3–40.7), respectively, in cats. All canine and feline fecal samples analyzed tested negative for E. bieneusi and Blastocystis sp. Dogs from Giza governorate and cats from Dakahlia governorate were at higher risk of infection by Cryptosporidium spp. (p = 0.0006) and G. duodenalis (p = 0.00001), respectively. Sequence analyses identified host-adapted Cryptosporidium canis (n = 4, one of them belonging to novel subtype XXe2) and G. duodenalis assemblages C (n = 1) and D (n = 3) in dogs. In cats the zoonotic C. parvum (n = 5) was more prevalent than host-adapted C. felis (n = 1). Household dogs had a limited (but not negligible) role as source of human giardiasis and cryptosporidiosis, but the unexpected high frequency of zoonotic C. parvum in domestic cats might be a public health concern. This is the first molecular-based description of Cryptosporidium spp. infections in cats in the African continent to date. Molecular epidemiological data provided here can assist health authorities and policy makers in designing and implementing effective campaigns to minimize the transmission of enteric protists in Egypt.

  7. f

    Data from: Lafora disease in miniature Wirehaired Dachshunds

    • datasetcatalog.nlm.nih.gov
    Updated Aug 2, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Minassian, Berge A.; Ahonen, Saija; Tauro, Anna; Ackerley, Cameron; Key, Gill; Wang, Peixiang; Rusbridge, Clare; Swain, Lindsay (2017). Lafora disease in miniature Wirehaired Dachshunds [Dataset]. https://datasetcatalog.nlm.nih.gov/dataset?q=0001758085
    Explore at:
    Dataset updated
    Aug 2, 2017
    Authors
    Minassian, Berge A.; Ahonen, Saija; Tauro, Anna; Ackerley, Cameron; Key, Gill; Wang, Peixiang; Rusbridge, Clare; Swain, Lindsay
    Description

    Lafora disease (LD) is an autosomal recessive late onset, progressive myoclonic epilepsy with a high prevalence in the miniature Wirehaired Dachshund. The disease is due to a mutation in the Epm2b gene which results in intracellular accumulation of abnormal glycogen (Lafora bodies). Recent breed-wide testing suggests that the carrier plus affected rate may be as high as 20%. A characteristic feature of the disease is spontaneous and reflex myoclonus; however clinical signs and disease progression are not well described. A survey was submitted to owners of MWHD which were homozygous for Epm2b mutation (breed club testing program) or had late onset reflex myoclonus and clinical diagnosis of LD. There were 27 dogs (11 male; 16 female) for analysis after young mutation-positive dogs that had yet to develop disease were excluded. Average age of onset of clinical signs was 6.94 years (3.5–12). The most common initial presenting sign was reflex and spontaneous myoclonus (77.8%). Other presenting signs included hypnic myoclonus (51.9%) and generalized seizures (40.7%). Less common presenting signs include focal seizures, “jaw smacking”, “fly catching”, “panic attacks”, impaired vision, aggression and urinary incontinence. All these clinical signs may appear, and then increase in frequency and intensity over time. The myoclonus in particular becomes more severe and more refractory to treatment. Signs that developed later in the disease include dementia (51.9%), blindness (48.1%), aggression to people (25.9%) and dogs (33.3%), deafness (29.6%) and fecal (29.6%) and urinary (37.0%) incontinence as a result of loss of house training (disinhibited type behavior). Further prospective study is needed to further characterize the canine disease and to allow more specific therapeutic strategies and to tailor therapy as the disease progresses.

  8. Final mixed Linear Model for C-BARQ subscale chasing (n = 95).

    • plos.figshare.com
    • datasetcatalog.nlm.nih.gov
    bin
    Updated Aug 16, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Kyle R. Bohland; Meghan Leanne Lilly; Meghan E. Herron; Andréia G. Arruda; Jeanette M. O’Quin (2023). Final mixed Linear Model for C-BARQ subscale chasing (n = 95). [Dataset]. http://doi.org/10.1371/journal.pone.0289356.t007
    Explore at:
    binAvailable download formats
    Dataset updated
    Aug 16, 2023
    Dataset provided by
    PLOShttp://plos.org/
    Authors
    Kyle R. Bohland; Meghan Leanne Lilly; Meghan E. Herron; Andréia G. Arruda; Jeanette M. O’Quin
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Final mixed Linear Model for C-BARQ subscale chasing (n = 95).

  9. f

    Final mixed linear model for C-BARQ subscale touch sensitivity (n = 83).

    • figshare.com
    • datasetcatalog.nlm.nih.gov
    bin
    Updated Aug 16, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Kyle R. Bohland; Meghan Leanne Lilly; Meghan E. Herron; Andréia G. Arruda; Jeanette M. O’Quin (2023). Final mixed linear model for C-BARQ subscale touch sensitivity (n = 83). [Dataset]. http://doi.org/10.1371/journal.pone.0289356.t006
    Explore at:
    binAvailable download formats
    Dataset updated
    Aug 16, 2023
    Dataset provided by
    PLOS ONE
    Authors
    Kyle R. Bohland; Meghan Leanne Lilly; Meghan E. Herron; Andréia G. Arruda; Jeanette M. O’Quin
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Final mixed linear model for C-BARQ subscale touch sensitivity (n = 83).

  10. f

    Profile of dog bite victims and suspected rabies exposed individuals...

    • plos.figshare.com
    • datasetcatalog.nlm.nih.gov
    xls
    Updated Jun 4, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Babasola Oluseyi Olugasa; Nykoi Dormon Jomah; John Bobo Dogba; Olayinka Olabisi Ishola; Ayodeji Oluwadare Olarinmoye; Oluwagbenga Adebayo Adeola; Johnson Funminiyi Ojo; Ali Abdullah Aldosari (2023). Profile of dog bite victims and suspected rabies exposed individuals presented for post-exposure treatment at the Liberian Government Hospital, Buchanan City, Liberia, 2008–2013*. [Dataset]. http://doi.org/10.1371/journal.pntd.0008957.t002
    Explore at:
    xlsAvailable download formats
    Dataset updated
    Jun 4, 2023
    Dataset provided by
    PLOS Neglected Tropical Diseases
    Authors
    Babasola Oluseyi Olugasa; Nykoi Dormon Jomah; John Bobo Dogba; Olayinka Olabisi Ishola; Ayodeji Oluwadare Olarinmoye; Oluwagbenga Adebayo Adeola; Johnson Funminiyi Ojo; Ali Abdullah Aldosari
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Liberia, Buchanan
    Description

    Profile of dog bite victims and suspected rabies exposed individuals presented for post-exposure treatment at the Liberian Government Hospital, Buchanan City, Liberia, 2008–2013*.

  11. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Animal and Plant Health Agency (2021). Dogs per household per postcode district- lower 95th percentile [Dataset]. https://data.europa.eu/data/datasets/dogs-per-household-per-postcode-district-lower-95th-percentile/

Dogs per household per postcode district- lower 95th percentile

Explore at:
csvAvailable download formats
Dataset updated
Oct 11, 2021
Dataset authored and provided by
Animal and Plant Health Agency
Description

This dataset is a modelled dataset, describing the lower estimate of dog ownership characteristics per household at a postcode district level(e.g. YO41). This dataset gives the mean household owership rate for each district, and was generated as part of the delivery of commissioned research. The data contained within this dataset are modelled figures, based on lower 95th percentile national estimates for pet population, and available information on Veterinary activity across GB. The data are accurate as of 01/01/2015. The data provided are summarised to the postcode district level. Further information on this research is available in a research publication by James Aegerter, David Fouracre & Graham C. Smith, discussing the structure and density of pet cat and dog populations across Great Britain. Attribution statement: ©Crown Copyright, APHA 2016

Search
Clear search
Close search
Google apps
Main menu