1 - Load the data from the nat2021 file you have downloaded
2 - Create a function to count the number of firstnames used by less than 100 persons from 1900 to this date
3 - Create a function to count the number of persons for a specified firstname since 1900 and for a specific year
4 - Create a function to list the X first firstname for year Y (X and Y being argument of the function)
5 - Create a function to count the number of unique firstnanes per year from 1900 and for the whole 6 - Compute the ratio of girls over boys per year from 1900
7 - Find the list of firstnames that have remained among the 200 most popular in the whole period
8 - Which firstname with at least 50 births per year has had the strongest compound annual growth rate in the last 10 years
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme