Introduction to Python Pandas for Data Analytics

to Python Pandas for Data Analytics Srijith Rajamohan Introduction to Python Python programming NumPy Matplotlib Introduction to Pandas Case study Conclusion Tuples Tuples are like lists except they are immutable. Di erence is in performance Example >>> point = (10, 20)#Note()fortuples insteadof[] >>>type(point) tuple >>> point = 10,20 >>>type ... ................
................