apache / apache/arrow

Get the table schema as json?

Open
#13,803 9 comments 2 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 18h
Merged PRs (30d)
91

Description

I wanted to extract the schema of the table as json, but I noticed that the Python and R packages apparently only output the schema as a single string.
So I had to parse a string, but if a method was implemented that would output a dictionary or a list from the schema, I would use that.

Contributor guide

Open the contributing guide

Research direction

The issue does not name files, tests, or an entry point. Start by locating the existing table-schema output APIs in the Python and R packages, then determine how a structured dictionary or list should represent the schema and add coverage showing that the structured result is returned instead of only a string.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, r
Domain
data-engineering
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.