-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
11,247 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,8 @@ | |
*.csv | ||
*.swp | ||
*.png | ||
|
||
# data files | ||
*.csv | ||
*.xlsx | ||
*.sqlite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Assam Budget Parser | ||
|
||
This parser processes the xslx file provided by Assam Government and maps all the budget codes mentioned in the "Head of Description" to its respective description. | ||
|
||
To use the script run | ||
|
||
```python | ||
python scripts/generate_processed_data.py path/to/the/xlsx/file | ||
``` | ||
|
||
The above script will generate a csv and a sqlite file that can be consumed. | ||
|
||
# Structure | ||
|
||
**Exploration** contains the ipython notebooks used to do trials done for processing of the data file shared. | ||
|
||
**scripts** contains the final code script that can be directly used to process the data file. |
Oops, something went wrong.