Skip to content

Commit 95f98aa

Browse files
Seher KarakuzuSeher Karakuzu
Seher Karakuzu
authored and
Seher Karakuzu
committed
implemented append method in the client side
1 parent 970937e commit 95f98aa

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tiled/client/dataframe.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,6 @@ def write_partition(self, dataframe, partition):
221221
)
222222
)
223223

224-
def append_partition(self, dataframe, partition):
225-
handle_error(
226-
self.context.http_client.patch(
227-
self.item["links"]["partition"].format(index=partition),
228-
content=bytes(serialize_arrow(dataframe, {})),
229-
headers={"Content-Type": APACHE_ARROW_FILE_MIME_TYPE},
230-
)
231-
)
232-
233224
def export(self, filepath, columns=None, *, format=None):
234225
"""
235226
Download data in some format and write to a file.

0 commit comments

Comments
 (0)