Skip to content

nqlp/Tutorial.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Tutorial

My goal is to be a Data Analyst / Data Engineer.

In this little project, I want to learn more about Python because I am interested to be a Data Analyst.

How to use Excel tutorial

For Windows:

Copy this command line: pip install pandas and paste it in the terminal.

Output example from the Excel tutorial:

# Country Product
0 Canada Carretera
1 Germany Carretera
2 France Carretera
3 Germany Carretera
4 Mexico Carretera
... ... ...
695 France Amarilla
696 Mexico Amarilla
697 Mexico Montana
698 Canada Paseo
699 United States of America VTT

[700 rows x 2 columns]

Here is an example output using the matplotlib library:

To use it, you need to do the following command line:

pip install matplotlib

matplotlib

About

Tutorial Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages