-
To be discussed by department leaders in next management meetings, due to high demand by students and also scientists who are eager to improve their R skills.
-
Hello Ines, I am going through your Datacamp course. The following code worked within the Datacamp site, but it didn't work when I directly copied and pasted it into my local environment. Why isn't it…
-
Look at [this example](https://ast-viewer.datacamp.com/static/index.html#/editor?code=SELECT%20a%20FROM%20co%20INNER%20JOIN%20ec%20ON%20co.code%20%3D%20ec.code&start=sql_script&grammar=plsql). The ali…
-
An example is http://kff.org/other/state-indicator/total-residents/?currentTimeframe=0
simple table with data (one of many useful pages they share publicly), but not accessible via rvest.
It appea…
-
**What language does this apply to?**
proto2/3 - python - well_known_types
**Describe the problem you are trying to solve.**
Most of the python codebase uses the _lowercase_with_underscores_…
-
@gentzkow I propose we add [Datacamp](https://www.datacamp.com/) (R and Python) and [R4DS](https://r4ds.had.co.nz/) (R) to the Setup page. I've personally found both of them very useful, as have many …
-
It's me again! Let me know if this gets annoying, or if you prefer feedback in a different channel.
The first multiple-choice option in chapter 2, section 7, part 1 refers to a `result` object, whi…
-
Issue Type: Bug
I am using a W10 PC to create Python scripts on VSC and got the error message below, which is being generated by the line "player_count = heights.count(185)", where "heights" is a p…
rowem updated
5 years ago
-
Hey, I think that oftentimes the HillClimbingEstimator only does 1 round of estimation (rather than 10, iteratively more precise rounds). The issue is...
* after round 1, round 2 checks values to …
-
Gather all the data frames that are returned by dbparser's `parse_drug_all()` function, and submit to Kaggle as a dataset. This dataset is to be updated quarterly with each new release of the DrugBank…