impactlab / eemeter

‼️ MOVED TO https://github.com/openeemeter/eemeter - Core computation engine for the Open Energy Efficiency Meter
https://eemeter.readthedocs.io/
MIT License
25 stars 13 forks source link

DB table importer #81

Open philngo opened 9 years ago

philngo commented 9 years ago

Allow users to import directly from preexisting database tables. For example, if a utility has customer consumption data stored in a table, we want to make it as simple as possible for them to start using the package.

philngo commented 9 years ago

Use pd.read_sql and eemeter.importers.import_pandas(df)

philngo commented 8 years ago

This is greatly facilitated by record-style consumption data initialization.