Skip to content

Commit

Permalink
implemented append method in the client side
Browse files Browse the repository at this point in the history
  • Loading branch information
Seher Karakuzu authored and Seher Karakuzu committed Mar 12, 2024
1 parent 6a3c04f commit f14a333
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tiled/client/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,6 @@ def write_partition(self, dataframe, partition):
)
)

def append_partition(self, dataframe, partition):
handle_error(
self.context.http_client.patch(
self.item["links"]["partition"].format(index=partition),
content=bytes(serialize_arrow(dataframe, {})),
headers={"Content-Type": APACHE_ARROW_FILE_MIME_TYPE},
)
)

def export(self, filepath, columns=None, *, format=None):
"""
Download data in some format and write to a file.
Expand Down

0 comments on commit f14a333

Please sign in to comment.