{"id":17153135,"url":"https://github.com/alastairrushworth/tdf","last_synced_at":"2025-04-13T12:43:53.392Z","repository":{"id":48685639,"uuid":"216400800","full_name":"alastairrushworth/tdf","owner":"alastairrushworth","description":"🚴🏅📊Tour de France winners and stages data","archived":false,"fork":false,"pushed_at":"2024-02-19T00:28:06.000Z","size":4303,"stargazers_count":20,"open_issues_count":6,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T03:51:12.599Z","etag":null,"topics":["data-science","dataframe","exploratory-data-analysis","rstats","tdf","tour-de-france"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alastairrushworth.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-20T17:33:50.000Z","updated_at":"2023-07-02T01:34:00.000Z","dependencies_parsed_at":"2022-07-25T01:32:16.444Z","dependency_job_id":null,"html_url":"https://github.com/alastairrushworth/tdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alastairrushworth%2Ftdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alastairrushworth%2Ftdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alastairrushworth%2Ftdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alastairrushworth%2Ftdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alastairrushworth","download_url":"https://codeload.github.com/alastairrushworth/tdf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717240,"owners_count":21150387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","dataframe","exploratory-data-analysis","rstats","tdf","tour-de-france"],"created_at":"2024-10-14T21:45:22.807Z","updated_at":"2025-04-13T12:43:53.370Z","avatar_url":"https://github.com/alastairrushworth.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  fig.path = \"man/figures/README-\"\n)\n```\n\n[![Build Status](https://travis-ci.org/alastairrushworth/tdf.svg?branch=master)](https://travis-ci.org/alastairrushworth/tdf)\n[![codecov](https://codecov.io/gh/alastairrushworth/tdf/branch/master/graph/badge.svg)](https://codecov.io/gh/alastairrushworth/tdf)\n\n\n# `tdf`\n\nInstallation \n---\n\nTo install the package, use\n```{r, eval = FALSE}\ndevtools::install_github(\"alastairrushworth/tdf\")\n```\n\nUsage\n---\n\nLoad the package and check out the help file\n\n```{r, eval = FALSE}\nlibrary(tdf)\n?editions\n```\n\nQuick summary of the columns and their contents\n\n```r\ntibble::glimpse(editions)\n\nObservations: 106\nVariables: 20\n$ edition       \u003cint\u003e 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,…\n$ start_date    \u003cdate\u003e 1903-07-01, 1904-07-02, 1905-07-09, 1906-07-04, 1907-07-08, 1908-07-1…\n$ winner_name   \u003cchr\u003e \"Maurice Garin\", \"Henri Cornet\", \"Louis Trousselier\", \"René Pottier\", …\n$ winner_team   \u003cchr\u003e \"La Française\", \"Conte\", \"Peugeot–Wolber\", \"Peugeot–Wolber\", \"Peugeot–…\n$ distance      \u003cdbl\u003e 2428, 2428, 2994, 4637, 4488, 4497, 4498, 4734, 5343, 5289, 5287, 5380…\n$ time_overall  \u003cdbl\u003e 94.55389, 96.09861, NA, NA, NA, NA, NA, NA, NA, NA, 197.90000, 200.480…\n$ time_margin   \u003cdbl\u003e 2.98916667, 2.27055556, NA, NA, NA, NA, NA, NA, NA, NA, 0.13555556, 0.…\n$ stage_wins    \u003cdbl\u003e 3, 1, 5, 5, 2, 5, 6, 4, 2, 3, 1, 1, 1, 4, 2, 0, 3, 4, 4, 2, 3, 5, 1, 2…\n$ stages_led    \u003cdbl\u003e 6, 3, 10, 12, 5, 13, 13, 3, 13, 13, 8, 15, 2, 14, 14, 3, 6, 15, 13, 8,…\n$ height        \u003cdbl\u003e 1.62, NA, NA, NA, NA, NA, 1.78, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA…\n$ weight        \u003cdbl\u003e 60, NA, NA, NA, NA, NA, 88, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA…\n$ age           \u003cint\u003e 32, 19, 24, 27, 24, 25, 22, 22, 26, 23, 23, 24, 33, 30, 33, 36, 34, 29…\n$ born          \u003cdate\u003e 1871-03-03, 1884-08-04, 1881-06-29, 1879-06-05, 1882-10-18, 1882-10-1…\n$ died          \u003cdate\u003e 1957-02-19, 1941-03-18, 1939-04-24, 1907-01-25, 1917-12-20, 1917-12-2…\n$ full_name     \u003cchr\u003e NA, NA, NA, NA, \"Lucien Georges Mazan\", \"Lucien Georges Mazan\", NA, NA…\n$ nickname      \u003cchr\u003e \"The Little Chimney-sweep\", \"Le rigolo (The joker)\", \"Levaloy / Trou-t…\n$ birth_town    \u003cchr\u003e \"Arvier\", \"Desvres\", \"Paris\", \"Moret-sur-Loing\", \"Plessé\", \"Plessé\", \"…\n$ birth_country \u003cchr\u003e \"Italy\", \"France\", \"France\", \"France\", \"France\", \"France\", \"France\", \"…\n$ nationality   \u003cchr\u003e \" France\", \" France\", \" France\", \" France\", \" France\", \" France\", \" Lu…\n$ stage_results \u003cnamed list\u003e [[\u003cdata.frame[37 x 8]\u003e, \u003cdata.frame[35 x 8]\u003e, \u003cdata.frame[27 x …\n\n```\n\n\nComments? Suggestions? Issues?\n---  \n\nAny feedback is welcome! Feel free to write a github issue or send me a message on [twitter](https://twitter.com/rushworth_a).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falastairrushworth%2Ftdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falastairrushworth%2Ftdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falastairrushworth%2Ftdf/lists"}