You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To drop a table and purge all data and metadata files:
259
+
260
+
```python
261
+
catalog.purge_table("docs_example.bids")
262
+
```
263
+
219
264
## Write to a table
220
265
221
266
Reading and writing is being done using [Apache Arrow](https://arrow.apache.org/). Arrow is an in-memory columnar format for fast data interchange and in-memory analytics. Let's consider the following Arrow Table:
0 commit comments