Python Lists vs Tuples, Pandas vs NumPy: Key Differences
advertisement
Lists are mutable.(that is I can change at an index position)
Lists have square brackets []
Tuples are not mutable(not changeable)
They have ()
Other than that both are similar.
Pandas is 2 d objects. Creates cols and rows
Numpy is n dimensional