-
Exercise link: https://campus.datacamp.com/courses/intro-to-python-for-data-science/chapter-4-numpy?ex=15
Issue: the error states to insert 2 but the submit answer accepts only the correct 1. Error …
-
In windows, when run `python -m vimdoc .` the txt file is generated, but the fileformate is changed to dos, is it possible to generate unix fireformate file?
https://stackoverflow.com/questions/615…
-
Hello! 👋 I am working on getting [my course](https://github.com/juliasilge/supervised-ML-case-studies-course) up and running, and I am not having luck with Netlify right now. Can you share any details…
-
Submitting Author: Malcolm Morgan (@mem48)
Repository: https://github.com/ITSLeeds/opentripplanner
Version submitted: 0.1.0
Editor: @geanders
Reviewer 1: TBD
Reviewer 2: TBD
Archive: …
mem48 updated
4 years ago
-
#### Problem description
`read_table()` got deprecated in favour of using `read_csv()`.
Using `read_csv()` to read tab/space delimited files is counter-intuitive. According to the docs and the rel…
-
Because a global Reporter object (`Reporter.active_reporter`) is used and mutated for testing, properties stored on it, like fallback highlighting, may spill over onto unrelated SCTs (#152).
Though…
-
I experience a segfault when running the below code on Windows, Mac, and Linux. While I've used the unexported `data.table:::null.data.table` for the minimal reprex, I first encountered the crash when…
-
Every time an SCT uses `has_equal_value()`, `has_equal_output()` or `has_equal_error()`, by default it sets `copy = True`, which means that all variables that are in the environment are copied over to…
-
Hi all! I noticed that DataCamp Light was breaking when installed on one particular page. After some investigation, it looks like the reason is that my page is already using `babel-polyfill`, and when…
-
I get the following error:
![screen shot 2018-02-06 at 4 36 05 pm](https://user-images.githubusercontent.com/25210349/35885456-dc9cb29c-0b5b-11e8-84d0-924665e754e4.png)
When running this command …