data visualization in python using matplotlib, pandas and numpy

Publié le: 08 juillet 2017
sur la chaîne: Arpan Pathak
45,348
490

In this video we will learn about matplotlib, little bit of pandas and numpy.
1) matplot lib is graph plotting library of python. using matplotlib we can plot dirrerent scatter plots, line graphs, bar graphs, pie chart and histograms . Using these plots we can visualize our data

2) pandas is a library for data analysis. Using pandas, we can analysis big datasets

3) Numpy is use for numerical and scientific computation. Numpy is way faster and optimized than inbuilt python list and other functions.

You can create your own build system in sublime text to run python script directly from sublime text.Just create a new build system and add these lines : -
{
"cmd": ["gnome-terminal -e 'bash -c \"/usr/bin/python3 -u $file;echo;echo Press ENTER to exit; read line\"'"],
"shell": true
}

add proper path of python in the above. I installed python3 in /usr/bin/ .So I added this path. You can get proper path of your python by typing "which python" or "which python3" in the linux of mac terminal.


Sur cette page du site, vous pouvez voir la vidéo en ligne data visualization in python using matplotlib, pandas and numpy durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Arpan Pathak 08 juillet 2017, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 45,348 fois et il a aimé 490 téléspectateurs. Bon visionnage!