JuliaData / JuliaData/DataFramesMeta.jl

Have metadata printing be IO aware, metadata printing improvements in general

Open
#416 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
496
Forks
56
PR merge metrics
No merged PRs in 30d

Description

Currently when running Dataframes in a Jupyter notebook, the data frame prints out in html form properly, but when you do printlabels(df) you get a boring text representation.

Plus in general, it would be really nice to have a way to deal with very large data frames and print labels for all columns, maybe to make it compatible with DataFrame that can be viewed with @less from TerminalPager.jl.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing printlabels(df) in a Jupyter notebook and compare its text output with the DataFrame's HTML display. Then investigate how large DataFrames and all-column output should behave, including compatibility with @less from TerminalPager.jl; done means an agreed IO-aware metadata-printing design is implemented and verified in these contexts.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.