10 simple Python tips to speed up your data analysis

  • Published
  • Posted in Tech News
  • 2 mins read

A dash of magic

Magic commands are a set of convenient functions in Jupyter Notebooks that are designed to solve some of the common problems in standard data analysis. You can see all available magics with the help of %lsmagic.

List of all available magic functions

%matplotlib inline vs %matplotlib notebook

News Article Courtesy Of Parul Pandey »