Skip to content

Workbench

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

756 results found

  1. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Jupyter - Python  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Need more course

    Need to be more interested

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Jupyter - Python  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. The solution I captured displays duplicate value of PlayListRatings[0]

    As per the solution of the question: Write a while loop to display the values of the Rating of an album playlist stored in the list PlayListRatings. If the score is less than 6, exit the loop. The list PlayListRatings is given by: PlayListRatings = [10, 9.5, 10, 8, 7.5, 5, 10, 10]

    In While loop solution, row i = i+1 should be placed before row Rating = PlayListRatings[i]

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Jupyter - Python  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. business

    business

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Jupyter - Scala  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Python 3.9

    Need Python 3.9
    Jupyter Lab is running on 3.7
    But 3.7 is no longer supported in Cloud Pak
    https://www.ibm.com/docs/en/cloud-paks/cp-data/4.0?topic=new-watson-studio

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Jupyter - Python  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. NIF only considers ideas/innovations of a) people from unorganised sector with little/no formal education or professional/technical training

    NIF only considers ideas/innovations of a) people from unorganised sector with little/no formal education or professional/technical training and b) students upto class 12. Kindly ascertain your eligibility for submission of any of your ideas/innovations before submission. Please write to us sd@nifindia.org for clarification if any.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Data Prep  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. edit the given answer to one of the problems.

    The following, given solution outputs the first element ('10') twice, which could be incorrect. The last and second-last lines of code should be swapped?

    PlayListRatings = [10, 9.5, 10, 8, 7.5, 5, 10, 10]
    i = 0
    Rating = PlayListRatings[0]
    while(i < len(PlayListRatings) and Rating >= 6):
    print(Rating)
    Rating = PlayListRatings[i]
    i = i + 1

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Add BOLD warning on the page stating labs can not be restarted

    There should be a big warning in BOLD on the middle of the page that says you can not relaunch a lab and the labs are only available in one session. I tried to resume the phpMyAdmin lab and it would not restart. Ii had to go through support and trouble shoot myself to figure this out. Now I am missing a whole session. There should be something in BOLD on the page that says you can not restart and that the lab is only available in one session.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Write instructions more clearly. The code you offer doesn't work.

    I spent a fair bit of time trying to figure out what it is you expected me to do. I continuously ran into errors because there was zero clarity in the instructions as to what to enter and how.
    Several cells it said to just run with shift enter, they return error message after error message.
    This entire exercise was one of futility.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. edit the suggested answer here, thank you

    https://labs.cognitiveclass.ai/tools/jupyterlite/lab/tree/labs/PY0101EN/Pandas_Practice.ipynb

    This suggested answer should be in single brackets instead of double:

    Click here for the solution
    df.loc[['Jane', 'Department']]

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. data science for social science

    I am still confuse how to social science can be related with the issues about arms transfer in the world. in generally, i cannot find the cases in data science. The ideas is about how to analyze pattern or behavior of the countries that practice in trade of arm such as pistol, ak47, ammunition etc. please, if anyone can shared or have an idea about thats problem may be we can work together. as you know I am posgrade student, thanks for the response.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Jupyter - Python  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Mistake in the lab INSERT, UPDATE, and DELETE

    \Where is mistake located in the lab:

    Task A: Example exercise on DELETE
    Solution:
    DELETE FROM instructor

    \The name of the database is Instructor
    \First letter is Capital

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Week 4 lab on Tools for data science, has a missing tab, Nothing match the actual Watson studio, I'm unable to complete the lab,

    I can't complete the lab, week 4 Tool for data science. Lab instruction doesn't match the actual Watson Studio

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Jupyter - Python  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Feedback and Knowledge Base