├── atbat_dup_remove.py ├── license.txt ├── pfx_parser_csv.py ├── pitch_dup_remove.py └── table_creation.sql /atbat_dup_remove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnchoiniere/pfx_parser/HEAD/atbat_dup_remove.py -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnchoiniere/pfx_parser/HEAD/license.txt -------------------------------------------------------------------------------- /pfx_parser_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnchoiniere/pfx_parser/HEAD/pfx_parser_csv.py -------------------------------------------------------------------------------- /pitch_dup_remove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnchoiniere/pfx_parser/HEAD/pitch_dup_remove.py -------------------------------------------------------------------------------- /table_creation.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnchoiniere/pfx_parser/HEAD/table_creation.sql --------------------------------------------------------------------------------