- list all options:
pd.describe_option()
- set display width:
pd.set_option('display.width', 200)
- set max column width:
pd.set_option('display.max_colwidth', 100)
(default=50) - run a script within IPython's namespace:
%run -i yourscript.py
Framed Data | |||
Pages:
01_intro 02a_data_create 02b_data_load 03_aggregate 04_frequency 05_join 06_rank 98_outtake 99_shorties One Page |
99_shorties
20160609
ShortiesEnvironment optionsOptions for the environment.
Load a script in the spark-shellWithin spark shell:
On the CLI:
or:
History
|