Known Bugs
- 9 articles
Solution failed to pass even though the actual output is same as the expected output
Last updated on July 7, 2023 at 6:37 PM
Arrow keys are not working in the SQLite shell
Last updated on July 7, 2023 at 6:37 PM
Code comment shortcut is not working
Last updated on July 7, 2023 at 11:04 PM
X isn’t defined in your code, but we expected it to be Y type
Last updated on July 7, 2023 at 9:09 PM
Delayed or Wrong Files in Excel, Power BI, or Tableau Lessons
Last updated on October 18, 2024 at 4:39 PM
Guided Project Overwritten / Swapped
Having multiple projects open at once may seem convenient — especially if you’re taking a look at them for your portfolio. So when you accidentally save any of the Guided Projects, all of the opened Guided Projects are overwritten. To prevent this from happening again, please make sure to open only one project at a time.
Last updated on July 7, 2023 at 6:42 PM
The download button in my guided project is not working
Sometimes when we click on the Download button in Jupyter-based guided projects, it will not react. This issue occurs mainly in guided projects with large files.
Last updated on July 7, 2023 at 2:28 PM
Built-in / library function redefined - TypeError: ‘x’ object is not callable
The best way to reproduce this error is to use a similar case as the previous code: float = 3.5 int = 1 float(int) Here what happened is that we used float() function as a variable name and assigned 3.5 to it, which caused the float() function to get redefined.
Last updated on July 7, 2023 at 8:20 PM
There was an error loading Jupyter Notebook
If you are experiencing this error, Logout From Dataquest, Close All Dataquest Tabs, and Log Back In After 30 Minutes. If that didn’t fix the issue, let us know and we will try our best to help.
Last updated on July 7, 2023 at 2:30 PM