8000 Update README.md · Sean0428/10_Python_Pandas_Module@f0ee6fe · GitHub
[go: up one dir, main page]

Skip to content

Commit f0ee6fe

Browse files
authored
Update README.md
1 parent 8d24339 commit f0ee6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
## Introduction 👋
2020

2121
### What is Pandas in Python?
22-
The most famous python library which is utilized for data analysis is called [![Pandas](https://img.shields.io/badge/Pandas-2C2D72?style=for-the-badge&logo=pandas&logoColor=white)](https://pandas.pydata.org/). Pandas render extremely optimized performance with back-end source code which is written totally in C or Python. Also, using pandas you can easily familiar with your data by cleaning, transforming, and analyzing it.
22+
The most famous python library which is utilized for data analysis is called [![Pandas](https://img.shields.io/badge/Pandas-2C2D72?style=flat&logo=pandas&logoColor=white)](https://pandas.pydata.org/). Pandas render extremely optimized performance with back-end source code which is written totally in C or Python. Also, using pandas you can easily familiar with your data by cleaning, transforming, and analyzing it.
2323

2424
In Pandas, the data is usually utilized to support statistical analysis in SciPy, plotting functions from Matplotlib, and machine learning algorithms in Scikit-learn.
2525

0 commit comments

Comments
 (0)
0