Skip to content

Commit

Permalink
quick add to see what are the easy isp
Browse files Browse the repository at this point in the history
  • Loading branch information
defuneste committed Apr 22, 2024
1 parent e7e31ad commit f098bcf
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions isp_eda.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,11 @@ It seems:

- 130079 = Astound_Broadband (10 cases)

I will go with the rule same name / same provider id = Should be teh same.
I will go with the rule same name / same provider id = Should be the same.


some cases:
Unique provider_id + brand_name are kind of "green" (for one time frame):

$`470073 `
[1] "Lone Pine Communications / Stimulus Technologies"
[2] "Lone Pine Communications, Inc."

#### same frn but more than one provider_id

#### frn and/or provider_id with more than one row
```{r}
sprintf("Number of green isp: %s", nrow(isp[isp$unique_brand_name_by_provider_id == 1,]))
```

0 comments on commit f098bcf

Please sign in to comment.