iloc

Suppose you have a dataframe as the one given below: let us call this dataframe 'var' What would you do, if you want to extract the data from the first…

Python Requests

The first job is to install 'requests'. Use pip to do this. Creating the response object For this, you will have to import to request module first. [crayon-6922b20a33b57658208757/] Now, we…

MySQL

MySQL Connector  Cursor To open it from CMD Step 1 : Windows Key + Run Step 2 : cd C:\Program Files\MySQL\MySQL Server 8.0\bin Step 3 : mysql -u root -p…