Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fragrances #774

Closed
nicolasfoss opened this issue Nov 23, 2024 · 6 comments
Closed

Fragrances #774

nicolasfoss opened this issue Nov 23, 2024 · 6 comments
Assignees
Labels

Comments

@nicolasfoss
Copy link
Contributor

Hey Jon!

I saw a post on LinkedIn suggesting this dataset.

Has TT ever looked at fragrances?

https://www.kaggle.com/datasets/olgagmiufana1/parfumo-fragrance-dataset

https://github.com/rdemarqui/perfume_recommender/tree/main

I have cloned the repo and would be glad to submit a pull request.

~ Dr. Nic

@jonthegeek
Copy link
Collaborator

Not as far as I can see:

ttmeta::tt_summary_tbl |> 
  dplyr::filter(
    stringr::str_detect(tolower(title), "fragrance") |
    stringr::str_detect(tolower(title), "perfume")
  )
#> # A tibble: 0 × 8
#> # ℹ 8 variables: year <int>, week <int>, date <date>, title <chr>,
#> #   source_title <chr>, source_urls <list>, article_title <chr>,
#> #   article_urls <list>

ttmeta::tt_urls_tbl |> 
  dplyr::filter(
    domain == "kaggle",
    stringr::str_detect(path, "fragrance")
  )
#> # A tibble: 0 × 11
#> # ℹ 11 variables: year <int>, week <int>, type <fct>, url <chr>, scheme <fct>,
#> #   domain <chr>, subdomain <chr>, tld <chr>, path <chr>, query <list>,
#> #   fragment <chr>

ttmeta::tt_urls_tbl |> 
  dplyr::filter(
    domain == "github",
    stringr::str_detect(path, "perfume")
  )
#> # A tibble: 0 × 11
#> # ℹ 11 variables: year <int>, week <int>, type <fct>, url <chr>, scheme <fct>,
#> #   domain <chr>, subdomain <chr>, tld <chr>, path <chr>, query <list>,
#> #   fragment <chr>

Created on 2024-11-24 with reprex v2.1.1

We'd love a PR!

@nicolasfoss
Copy link
Contributor Author

@jonthegeek ask, and you will receive!

Thank you for your help.

@jonthegeek
Copy link
Collaborator

Gonna leave this open to connect it up once you submit the PR. Thanks!

@nicolasfoss
Copy link
Contributor Author

Sounds good, Jon. Thank you.

@nicolasfoss
Copy link
Contributor Author

Should we close this one, now?

@jonthegeek
Copy link
Collaborator

Closed via #776

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants