Skip to content

Mantej-Singh/Magic-Commands--Ipython-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Magic Commands-Ipython Notebook

Updated Ipython Notebook and Pandas:

screenshot_1491937196.png

List of all Magic Commands:

screenshot_1491937291.png

1) Time command:

Difference between loc and standard method

Loc: 4ms

screenshot_1491936975.png

Standard method: 3ms

screenshot_1491936947.png

2) Timeit command:

screenshot_1491939792.png

Visualizing the output:

pd.set_option('display.mpl_style', 'default') # Make the graphs a bit prettier
OR 
matplotlib.style.use('ggplot')

This:

screenshot_1491948356.png

To this(matplotlib 1.5.3):

screenshot_1491948167.png

To new version of Matplotlib(matplotlib 2.0.0):

screenshot_1491949040.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages