Giter Club home page Giter Club logo

datasets's Introduction

datasets

Various datasets, free to use

RStudioConf.RDS

  • Tweets collected with {rtweet} during the 2018 RStudio Conference

Direct Download

Tracks.csv

  • Colin's Spotify Library, winter 2019

Direct Download

Sardou.Rdata

  • Michel's Sardou discography

Direct Download

BreizhDataDay.csv

  • Tweets collected with {Tags V0.6} during the 2017 BreizhDataDay

Direct Download

datasets's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

datasets's Issues

The dataset from the DataCamp course maybe is wrong.

For this DataCamp Course, Colin refers to a dataset on this website. But I check it is not what Colin performs.
The data structures of the two datasets with the same name rstudioconf is different.

Here is the dataset from the DataCamp course, https://campus.datacamp.com/courses/intermediate-functional-programming-with-purrr/case-study-09efa607-1838-4f7c-9040-a62b0fdd0b8e?ex=3

> rstudioconf[[1]]
$status_id
[1] "960732355773239296"

$created_at
[1] "2018-02-06 04:30:17"

It is a list object.

Here is the dataset from this link https://github.com/ThinkR-open/datasets/raw/master/%23RStudioConf.RDS.

suppressMessages(library(tidyverse))
rstudioconf <- read_rds("datasets/rstudioconf.rds")
> class(rstudioconf)
[1] "tbl_df"     "tbl"        "data.frame"

It is a data frame object, which is successfully cleaned.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.