pudl.convert.ferc1_to_sqlite module

A script for cloning the FERC Form 1 database into SQLite.

pudl.convert.ferc1_to_sqlite.main()[source]

Clone the FERC Form 1 FoxPro database into SQLite.

pudl.convert.ferc1_to_sqlite.parse_command_line(argv)[source]

Parse command line arguments. See the -h option.

Parameters

argv (str) – Command line arguments, including caller filename.

Returns

Dictionary of command line arguments and their parsed values.

Return type

dict