File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ As a result existing scripts can run on significantly larger datasets with no co
113113
114114| Service | API | Implementation |
115115| -------------------| :------------------------------------------------------------------------------------:| :---------------:|
116- | ` S3 ` | ` read_parquet ` | 🅿️ |
116+ | ` S3 ` | ` read_parquet ` | ✅ |
117117| | ` read_csv ` | ✅ |
118118| | ` read_json ` | ✅ |
119119| | ` read_fwf ` | ✅ |
120- | | ` to_parquet ` | 🅿️ |
120+ | | ` to_parquet ` | ✅ |
121121| | ` to_csv ` | ✅ |
122122| | ` to_json ` | ✅ |
123123| | ` select_query ` | ✅ |
@@ -130,8 +130,6 @@ As a result existing scripts can run on significantly larger datasets with no co
130130| ` LakeFormation ` | ` read_sql_query ` | ✅ |
131131</p >
132132
133- 🅿️: stands for partial (i.e. some input arguments might not be supported)
134-
135133## [ Read The Docs] ( https://aws-sdk-pandas.readthedocs.io/ )
136134
137135- [ ** What is AWS SDK for pandas?** ] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b3/what.html )
You can’t perform that action at this time.
0 commit comments