data visualization in python using matplotlib, pandas and numpy

preview_player
Показать описание
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.
Рекомендации по теме
Комментарии
Автор

Not really needing any of this kind of information right now, just watched because of how good and straight forward your explanations are! Really good content!

iurirosa
Автор

Thank you Arpan. Very well done. To show many example is helpful to me. Thanks again.

basalduat
Автор

Thats a really good one mate...looking forward for some more tutorials like these. Thanks..it made my idea more clear...appreciate it.

AlokChilka
Автор

Thanks It really helped to learn the basics!!👍

poornimaraturi
Автор

Gr8 vdo sir...plzz mk a vdo on hw 2 b an osum codar lyk u!!

anirbannaskar
Автор

what is the name of this desktop i mean xfce or what? and how you can change the icons like yours ?

AbdelhakimOuafi
Автор

Please a make video on live bar graphs please.

mangilipallylaxminarayana
Автор

Y I can’t use xlabel in my code? It mention error? Str object is not callable?

chunyuanchong
Автор

hi how can we visualize our Resume data...?

karthikd
Автор

I used your method to get my graph but the output shows keyerror

boyuhuang
Автор

whats the point of installing libraries with cmd, rather than with the software, for instance pycharm?

wiczus
Автор

how can i load my .txt file, Thanks for this video.

basilihuoma