I want to print my dataset, But after running the cell, nothing is printed. Only Cursor moves to the next cell. Anybody know why?
week-2 Supervised ML: Regression and Classification
I want to print my dataset, But after running the cell, nothing is printed. Only Cursor moves to the next cell. Anybody know why?
Hi @adanshahid
Make sure the cell was executed properly. Also, try restarting the kernel, re-running all cells, or using another browser if the issue persists.
Let me know if this helps!
Do you see the [*]
next to the cell? The ‘*’ means the cell is still running.
That’s why nothing was displayed.
If it took a long time to run, that means the data you are trying to print is huge, and the notebook kernel cannot handle it.
I thought the ‘*’ meant the cell is running ?
Yes, it does. I’ll edit my reply since the original text was turned into some emoji.