/codesignal-sample

Includes setup for local MySQL as well as Pandas example

Primary LanguageShell

MySQL Sample

  • Start a MySQL database with the ./run-mysql.sh script. Defaults
name=mysql
rootpass=mysqlroot
user=user
userpass=userpass
  • Connect via DBeaver on http://localhost:3306. Make sure the connection parameter allowPublicKeyRetrieval=true is set'

  • Run main.py csv parsing and ordering in pandas

Country with the largest number of customers' contracts:
USA (25607 contracts)