pydata / pydata/patsy

How to get Pandas DataFrame with column descriptions?

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

Nobody has claimed this yet.

Dominant language
Python
Stars
990
Forks
106
Avg merge
7d 34m
Merged PRs (30d)
1

Description

Hi,
I'd like to get some dataframe for a given design_info which describes the different rows.
E.g. if there is some formula ~ 1 + cat1 + cat2, I'd like to get a dataframe:

cat1   cat2    |   cat1[T.1]   cat1[T.2]   cat1[T.3]   cat2
  A     X      |      0           0           0           0
  A     Y      |      0           0           0           1
 ...

Is this possible with Patsy?

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

No files, tests, or entry points are named. Start by reviewing Patsy's existing design_info-related API and its handling of formulas such as ~ 1 + cat1 + cat2; done would be a supported way to obtain a Pandas DataFrame relating input category rows to the resulting encoded columns.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.