JoMingyu / google-play-scraper

Google play scraper for Python inspired by <facundoolano/google-play-scraper>
MIT License
757 stars 207 forks source link

Replace dataset part with dictionary comprehension(one-liner) #196

Closed RDxR10 closed 11 months ago

JoMingyu commented 11 months ago

I'm worried that future contributors will have trouble understanding the code due to readability issues. At the very least, it seems like there should be plenty of comments.

RDxR10 commented 11 months ago

Updated my previously written code and added comments.