Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.27 KB

File metadata and controls

39 lines (26 loc) · 1.27 KB

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