pudl | Public Utility Data Liberation Project | Dataset library
kandi X-RAY | pudl Summary
kandi X-RAY | pudl Summary
The Public Utility Data Liberation Project provides analysis-ready energy system data to climate advocates, researchers, policymakers, and journalists.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Calculate fuel cost for each component
- Returns a dictionary mapping fields to dtypes
- Clean merged dataframe
- Apply dtypes to dataframe
- Parse distributed generation
- Compares the data columns and returns the sum of the calculated totals
- Takes a DataFrame and returns a cleaned dataframe
- Convert pct to mw
- Parse the non - net metering table
- Convert Ferc1 db to a sqlite database
- Calculates plant_hydro
- Assigns a set of generators to the prime_mover_code
- Compute plant generation
- Extract the utilities from EU860
- Implements the latc method
- Assign the number of unit_ids for each plant
- Calculates MCOE
- Computes the ownership of the EIA60 transform step
- Parses the demand side management output
- Merge fuel receipts costs
- Concatenate generator data
- Calculate plant_small_ffs
- Calculate fuel costs
- Extractility data from the utility data table
- Extract generation genotypes from eia9
- Assign plant IDs to fc
pudl Key Features
pudl Examples and Code Snippets
Community Discussions
Trending Discussions on pudl
QUESTION
I want to append a specific amount of empty rows to that df
...ANSWER
Answered 2020-Nov-16 at 20:44I'm not too pandas savvy, but if you can already add one empty row, why not just try writing a for loop and appending x times?
QUESTION
I have python installed via Anaconda, and want to serialize a rather large dataframe to a disk file. This runs well on a Jupyter notebook, but fails when run from the Atom IDE or the command prompt (i.e. python script_name.py)
...ANSWER
Answered 2020-Jan-10 at 16:35You probably need to activate the environment where your Jupyter kernel resides, as that will be pulling in the necessary dependencies on your behalf.
Assuming you've already created an environment using conda create -n my_conda_env
you'll also have to activate it using conda activate -n my_conda_env
then your cmd prompt will be prefixed with the name of the environment.
If you're not running in an environment - I'd really recommend it - as it can avoid some dependency issues.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pudl
You can use pudl like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page