reapxdev commited on
Commit
7973461
·
verified ·
1 Parent(s): 3c50d5c

refresh the dataset card

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -33,8 +33,8 @@ Scrape Stack Overflow questions, answers, tags and user profiles through the pub
33
  | Rows in this dataset | 16,719 |
34
  | Fields | 47 |
35
  | Collector runs behind it | 57 |
36
- | Most recent observation | 2026-08-03 |
37
- | Browsable presentation | [https://reapx.dev/data/stackoverflow-scraper/](https://reapx.dev/data/stackoverflow-scraper/) — 500 entity pages |
38
  | Run the collector yourself | [https://apify.com/reapx/stackoverflow-scraper](https://apify.com/reapx/stackoverflow-scraper) |
39
 
40
  ## What this is
@@ -42,8 +42,8 @@ Scrape Stack Overflow questions, answers, tags and user profiles through the pub
42
  Every row here was returned by a real run of a public collector. Nothing is generated from a
43
  template over a keyword list: a row exists because a run observed it.
44
 
45
- A browsable presentation of the subset that carries an addressable `displayName` is published as
46
- 500 entity pages at [https://reapx.dev/data/stackoverflow-scraper/](https://reapx.dev/data/stackoverflow-scraper/), one page per entity. **This dataset is
47
  the larger of the two** — rows whose payload has no field that can address a page are here and
48
  are not published there.
49
 
@@ -69,18 +69,18 @@ ds = load_dataset("reapxdev/stackoverflow-scraper", split="train")
69
 
70
  ## A sample of the published entities
71
 
72
- - [A5C1D2H2I1M1N2O1R2T1](https://reapx.dev/data/stackoverflow-scraper/a5c1d2h2i1m1n2o1r2t1/)
73
- - [Barmar](https://reapx.dev/data/stackoverflow-scraper/barmar/)
74
- - [Chris Pratt](https://reapx.dev/data/stackoverflow-scraper/chris-pratt/)
75
- - [Dirk is no longer here](https://reapx.dev/data/stackoverflow-scraper/dirk-is-no-longer-here/)
76
- - [Günter Zöchbauer](https://reapx.dev/data/stackoverflow-scraper/g-nter-z-chbauer/)
77
- - [James McNellis](https://reapx.dev/data/stackoverflow-scraper/james-mcnellis/)
78
- - [Jukka K. Korpela](https://reapx.dev/data/stackoverflow-scraper/jukka-k-korpela/)
79
- - [Mark Baker](https://reapx.dev/data/stackoverflow-scraper/mark-baker/)
80
- - [mpen](https://reapx.dev/data/stackoverflow-scraper/mpen/)
81
- - [Pentium10](https://reapx.dev/data/stackoverflow-scraper/pentium10/)
82
- - [Ryan Cavanaugh](https://reapx.dev/data/stackoverflow-scraper/ryan-cavanaugh/)
83
- - [Tanaike](https://reapx.dev/data/stackoverflow-scraper/tanaike/)
84
 
85
  ## Related
86
 
 
33
  | Rows in this dataset | 16,719 |
34
  | Fields | 47 |
35
  | Collector runs behind it | 57 |
36
+ | Most recent observation | 2026-08-04 |
37
+ | Browsable presentation | [https://reapx.dev/data/stackoverflow-scraper/](https://reapx.dev/data/stackoverflow-scraper/) — 9,841 entity pages |
38
  | Run the collector yourself | [https://apify.com/reapx/stackoverflow-scraper](https://apify.com/reapx/stackoverflow-scraper) |
39
 
40
  ## What this is
 
42
  Every row here was returned by a real run of a public collector. Nothing is generated from a
43
  template over a keyword list: a row exists because a run observed it.
44
 
45
+ A browsable presentation of the subset that carries an addressable `ownerDisplayName` is published as
46
+ 9,841 entity pages at [https://reapx.dev/data/stackoverflow-scraper/](https://reapx.dev/data/stackoverflow-scraper/), one page per entity. **This dataset is
47
  the larger of the two** — rows whose payload has no field that can address a page are here and
48
  are not published there.
49
 
 
69
 
70
  ## A sample of the published entities
71
 
72
+ - [WordPress rest API OAuth curl commands](https://reapx.dev/data/stackoverflow-scraper/0101/)
73
+ - [How to prevent recursive limit in stored procedure](https://reapx.dev/data/stackoverflow-scraper/ashton/)
74
+ - [Memory Leak when using DirectorySearcher.FindAll()](https://reapx.dev/data/stackoverflow-scraper/can-gencer/)
75
+ - [gmail authentication: HTTP request for an oauth request-token failed](https://reapx.dev/data/stackoverflow-scraper/dhyan-deep-a-k/)
76
+ - [Finding a string in docker logs of container](https://reapx.dev/data/stackoverflow-scraper/gering/)
77
+ - [Python app make full installer with all bells and whistles](https://reapx.dev/data/stackoverflow-scraper/jeex/)
78
+ - [Laurie Young](https://reapx.dev/data/stackoverflow-scraper/laurie-young/)
79
+ - [Convert data.frame columns from factors to characters](https://reapx.dev/data/stackoverflow-scraper/mike-dewar/)
80
+ - [Patrick Kenny](https://reapx.dev/data/stackoverflow-scraper/patrick-kenny/)
81
+ - [S.Lott](https://reapx.dev/data/stackoverflow-scraper/s-lott/)
82
+ - [Tail docker logs to see recent records, not all](https://reapx.dev/data/stackoverflow-scraper/svenwinkle/)
83
+ - [How to have ARRAYFORMULA, LET, and IF work together?](https://reapx.dev/data/stackoverflow-scraper/user31772364/)
84
 
85
  ## Related
86