Skip to content

Conversation

@Renzoviale
Copy link

Summary

Documented that Python remote tables (Cloud/Enterprise) do not support table.to_arrow() and table.to_pandas() methods. Clarified this is Python SDK specific and provided the alternative approach: use search queries with .to_arrow() on the results (e.g., table.search(query).limit(n).to_arrow()).

Files Changed

  • tables/index.mdx: Added Info block explaining remote table limitations and alternative data retrieval method. Updated DuckDB section Note to match.

  • and manually revised*

Created by Oqoqo

@oqoqo-fix oqoqo-fix bot force-pushed the oqoqo/fix-gap-047 branch from b0b7cdf to 7899011 Compare February 9, 2026 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant