Introduction to Python Pandas for Data Analytics

Python 3 not backward-compatible with Python 2 ... Use the type function to determine variable type Example >>> log_file =open("/home/srijithr/ logfile","r") >>>type(log_file) ... you cannot assign a new object to the argument A new memory location is … ................
................