mechevarria / codesignal-sample

Includes setup for local MySQL as well as Pandas example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Includes setup for local MySQL as well as Pandas example


Languages

Language:Shell 52.5%Language:Python 47.5%