Framed Data
 
99_shorties
20160609

Shorties

Environment options

Options for the environment.

  • 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

Load a script in the spark-shell

Within spark shell:

:load yourcode.scala

On the CLI:

spark-shell -i yourcode.scala

or:

cat yourcode.scala | spark-shell

History

:history 
 
Notes by Data Munging Ninja. Generated on nini:sync/20151223_datamungingninja/frameddata at 2016-10-18 07:18