Pinned Loading
-
-
jupydocker
jupydocker PublicRepo for How and Why to Put Jupyter Notebooks into Docker Containers (PyData 2019)
-
-
A couple of useful settings for disp...
A couple of useful settings for displaying pandas dataframes 1# Pandas settings to include on import
2import pandas as pd
3import numpy as np
4pd.set_option('display.max_rows',1000)
5pd.set_option('display.max_columns',1000)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.