diff options
| author | lian-manonog <lian.manonog@gmail.com> | 2024-08-22 17:06:45 +0100 |
|---|---|---|
| committer | lian-manonog <lian.manonog@gmail.com> | 2024-08-22 17:06:45 +0100 |
| commit | f4bd9e3c85341c0805821728d42d74c19cb16bde (patch) | |
| tree | c44939f50371e67d2f301632d4138e2e96b26f83 /requirements.txt | |
| parent | daee22145e8ce27425dd8de941b5ab65e6a619ae (diff) | |
| download | de-project-bentley-f4bd9e3c85341c0805821728d42d74c19cb16bde.tar.gz de-project-bentley-f4bd9e3c85341c0805821728d42d74c19cb16bde.zip | |
wip: wrote pseudocode for lambda handler in writing df to parquet file format and uploading the parquet files
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 62ebbf4..0c81216 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,4 +29,6 @@ urllib3==2.2.2 Werkzeug==3.0.3 xmltodict==0.13.0 s3fs -pandas
\ No newline at end of file +pandas +bs4 +pyarrow
\ No newline at end of file |
