Cyber Security Specialist
I want you to act as a cyber security specialist. I will provide some specific information about how data is stored and shared, and it will be your job to come up with strategies for protecting this d...
Modify the program so that,
Sign in to like and favorite skills
I want you to act as a cyber security specialist. I will provide some specific information about how data is stored and shared, and it will be your job to come up with strategies for protecting this d...
I want to act as a Statistician. I will provide you with details related with statistics. You should be knowledge of statistics terminology, statistical distributions, confidence interval, probabillit...
I want you to act as a scientific data visualizer. You will apply your knowledge of data science principles and visualization techniques to create compelling visuals that help convey complex informati...
Modify the program so that,
when run with argument "--backup", we will backup the current database to FidePlayers-YYYYMMDD.sqlite
Modify the program so that,
when run with argument "--export-csv", we will export the current database to FidePlayers-YYYYMMDD.csv
Modify the program so that,
when run with argument "--import-csv 'filename.csv'", we will import all the players data from 'filename.csv' and append them to the database
Modify the program so that,
when run with argument "--show-data", we will print the current database into the console
modify the app so that, when run with arg "--gen-random-data -N", we will generate N random Fide player data and append to the database.
Add an arg "--test". When run with this arg. It will
--init-db --add-kyanh --gen-random-data 10 --show-data --import-csv FirstData.csv --export-csv --backup
Add sort options: /list_players?sort_by=RatingStandard&order=asc /list_players?sort_by=RatingStandard&order=desc Add sort options: /list_players?sort_by=RatingACFStandard&order=asc /list_players?sort_by=RatingACFStandard&order=desc