Not properly displaying the head of a DataFrame

If I load a dataset into a DataFrame, and use the head method, sometimes it does not display the number of rows I request. For example:

This issue is not limited to a specific dataset. This problem has occurred with every dataset I have loaded into a DataFrame using Datalore, including datasets that I uploaded from my hard drive.

However, the issue does not occur every time. Sometimes df.head(10) will show me 10 rows, and other times it will show me 5 rows.

2 Likes

Thank you for the report! I filed the ticket for this issue.

1 Like

The fix has been deployed. Please let us know if you notice other issues!

1 Like

Thanks for the quick fix! I’ll let you know if I see this issue again or run into other bugs.

1 Like