Scrolling through imported data

When i import a data set in jupyter it only lets you scroll through a couple lines. I understand how to cast specific amouts with head and tail but how do you scroll through it on the page. Lets say i want to visually scroll through 1000 days and look at it. it just has a top fine and bottom five and dotten lines in between???

Hey Philip,



You can try to use the option_context method of pandas. With this, you can set options temporarily to display one DataFrame.



You can find the documentation for this method here. And these are some examples that will help you understand how this method works.



Hope this helps!



Thanks,

Rushda Ansari