3. Series - Basic Operations
Load the data and access name series.
Display address, zipcode, city, state and country column.
Display all the columns that are related to products.
Create a new column with 100 stored in it as value.
Create a new column that holds serial number 1 to last row.
Create a new column with random values between 1,1000.
Create a column for total sales.
Find out the birth year of the customers.
Update the address column and add the city name along with the address.
Load the data and display all the invoice numbers.
Display the details and address with zipcode of all the stores.
Create a new column Beverage Type with values 'LIQUOR'. Store columns like category, category name, item description, and beverage type in a variable and display all values.
Create a new column Liquor Type with random values among (whiskey, rum, vodka). Store columns like category, category name, item description, and beverage type in a variable and display all values.
Calculate margin earned by retailers on each bottle.
Update the values of the column Volume Sold (Liters) into ml.
Last updated