Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 1.89 KB

File metadata and controls

30 lines (28 loc) · 1.89 KB

SaultePinkWink

This Repo contains what I learned from "the great teacher"

Title: How to use pandas, matplotlib, and dataframe

The whole process is to learn the data processing and analysis
Task: Do data processing with csv files and written data, and plot graphs
Work environment:

python 3.9.5 (4/15/2023)
pandas 1.5.3
matplotlib 3.7.0
numpy 1.24.2


The below csv files and figures show you the results with the python code in this repo


1-pandas: Index, and merge

1-panda.csv

1-Dataframe: Sort, merge, cut, trim, if, and etc.

1-Dataframe-results.csv

1-Matplotlib: Plot graphs

Figure_1 Figure_2 Figure_3 Figure_4 Figure_5 Figure_6 Figure_7 Figure_8 Figure_9