Created
August 26, 2019 10:05
-
-
Save 3m3x/ccebbc403e7f5b09dfed3416924481f0 to your computer and use it in GitHub Desktop.
Useful code for use in Jupyter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Display more rows than the limit from a dataframe | |
| with pd.option_context("display.max_rows", 1000): | |
| display(my_data_frame) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment