Quick tutorial on starting with the Data Science concepts, covers essentials of Python
"By learning you will teach; by teaching you will learn."
Quick tutorial on Python Basics, they are essential for building a foundation in Data Science
Topics Covered:
- Python Basics Here
- Python Datastructures Here
- Python Fundamentals Here
- Files and Dataframes Here
- Working with Numpy library Here
2. Pandas and Numpy library
run command -
pip install pandas and pip install numpy
Thanks :)