Python Lab 2
Python Lab 2
4. Get information about dataset like total no. of rows, total no of column,
datatype of each column and memory requirment
5. Check null values in dataset, overall statics about the dataframe
11. How many People have Mastercard as their Credit Card Provider and
made a purchase above 50?
12. Find the email of the person with the following Credit Card Number:
4664825258997302
13. How many people purchase during the AM and how many people
purchase during PM?
14. How many people have a credit card that expires in 2020?
15. What are the top 5 most popular email providers (e.g. gmail.com,
yahoo.com, etc...)
3. Perform following operation on Employee salary dataset .