Skip to content

Commit

Permalink
new readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjmarchant committed Sep 4, 2020
1 parent d80db9d commit 7659cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ETL-Project
# In our project we are exploring California fires and some of the causes/impacts that these fires have.

## Extraction

Expand All @@ -11,7 +12,7 @@
### Renamed columns to match information and created unique id keys for countys and fire entrys
### Match County strings to then hash for primary keys
### Created primary table for countys
### Melted county tables into 4 columns so dates were a single column
### to convert data from a cross-tabulated format we Melted county tables so datas were a single columns
### Fill in nan data with 0
### Pushed the dataframe tables to a postgres sql database

Expand Down

0 comments on commit 7659cc0

Please sign in to comment.