Skip to content

Commit

Permalink
ooooops remove the eia860m extraction edit bc that was not supposed t…
Browse files Browse the repository at this point in the history
…o be in here ooop
  • Loading branch information
cmgosnell committed Nov 3, 2023
1 parent c5fb34f commit fc7de0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pudl/extract/eia860m.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ def process_raw(self, df, page, **partition):
df["report_year"] = datetime.strptime(
list(partition.values())[0], "%Y-%m"
).year
df["report_date"] = pd.to_datetime(
list(partition.values())[0], format="%Y-%m", exact=False
)
df = self.add_data_maturity(df, page, **partition)
self.cols_added.append("report_year")
# Eventually we should probably make this a transform
Expand Down

0 comments on commit fc7de0e

Please sign in to comment.